| Field and Description |
|---|
| 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
|
| 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.remote.RemoteWebDriver(CommandExecutor, Capabilities, Capabilities) |
| org.openqa.selenium.remote.RemoteWebDriver(URL, Capabilities, Capabilities)
Use
RemoteWebDriver.RemoteWebDriver(CommandExecutor, Capabilities), creating a new
HttpCommandExecutor. |