Interface and Description |
---|
com.thoughtworks.selenium.CommandProcessor
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
org.openqa.selenium.internal.Locatable
Use
Locatable instead. |
org.openqa.selenium.internal.Lock
Scheduled for deletion in 3.7
|
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.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING |
org.openqa.selenium.ie.InternetExplorerDriver.IE_USE_PRE_PROCESS_PROXY
Use
InternetExplorerDriver.IE_USE_PER_PROCESS_PROXY (the one without the typo); |
org.openqa.selenium.remote.BrowserType.OPERA
Use OPERA_BLINK
|
org.openqa.selenium.remote.CapabilityType.PAGE_LOADING_STRATEGY
Use PAGE_LOAD_STRATEGY instead
|