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
|
org.openqa.selenium.remote.CapabilityType.PLATFORM |
Method and Description |
---|
org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink
|
org.openqa.selenium.remote.DesiredCapabilities.phantomjs()
PhantomJS is no longer actively developed, and support will eventually be dropped.
|
org.openqa.selenium.remote.service.DriverService.sendOutputTo(OutputStream)
Visibility will be restricted to 'protected' soon.
|
org.openqa.selenium.remote.RemoteWebDriver.startClient()
No longer used, as behaviour is now in
CommandExecutor instances. |
org.openqa.selenium.remote.RemoteWebDriver.startClient(Capabilities)
No longer used, as behaviour is now in
CommandExecutor instances. |
org.openqa.selenium.remote.RemoteWebDriver.stopClient()
No longer used, as behaviour is now in
CommandExecutor instances. |
org.openqa.selenium.remote.RemoteWebDriver.stopClient(Capabilities)
No longer used, as behaviour is now in
CommandExecutor instances. |
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.
|