Interface and Description |
---|
com.thoughtworks.selenium.CommandProcessor
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
com.thoughtworks.selenium.Selenium
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
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.firefox.FirefoxProfile.areNativeEventsEnabled() |
org.openqa.selenium.remote.server.DriverFactory.hasMappingFor(Capabilities)
This method is used in tests only and subject to be removed from the interface
|
org.openqa.selenium.support.ui.ExpectedConditions.numberOfwindowsToBe(int)
please use
ExpectedConditions.numberOfWindowsToBe(int) instead |
org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink
|
org.openqa.selenium.interactions.Actions.pause(long)
'Pause' is considered to be a bad design practice.
|
org.openqa.selenium.firefox.FirefoxProfile.setEnableNativeEvents(boolean) |
org.openqa.selenium.support.ui.ExpectedConditions.textToBePresentInElement(By, String) |
Constructor and Description |
---|
org.openqa.selenium.interactions.Actions(Keyboard)
Use the new interactions API.
|
org.openqa.selenium.interactions.Actions(Keyboard, Mouse)
Use the new interactions APIs.
|
org.openqa.selenium.firefox.GeckoDriverService.Builder(FirefoxBinary)
Use method usingFirefoxBinary instead
|