Class and Description |
---|
org.openqa.selenium.firefox.MarionetteDriver
One should use FirefoxDriver with capability marionette = true or false respectively.
|
org.openqa.selenium.interactions.PauseAction
'Pause' is considered to be a bad design practice.
|
Exceptions and Description |
---|
org.openqa.selenium.remote.SessionNotFoundException
Use
NoSuchSessionException instead |
Field and Description |
---|
org.openqa.selenium.firefox.FirefoxDriver.ACCEPT_UNTRUSTED_CERTIFICATES |
org.openqa.selenium.firefox.FirefoxDriver.ASSUME_UNTRUSTED_ISSUER |
org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING |
org.openqa.selenium.remote.BrowserType.OPERA
Use OPERA_BLINK
|
org.openqa.selenium.remote.CapabilityType.PAGE_LOADING_STRATEGY
Use PAGE_LOAD_STRATEGY instead
|
Method and Description |
---|
org.openqa.selenium.os.CommandLine.find(String)
Use the commandline itself to execute your command.
|
org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink
|
org.openqa.selenium.interactions.Actions.pause(long)
'Pause' is considered to be a bad design practice.
|