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.
|
Class and Description |
---|
org.openqa.selenium.interactions.PauseAction
'Pause' is considered to be a bad design practice.
|
Field and Description |
---|
org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING |
org.openqa.selenium.remote.BrowserType.OPERA
Use OPERA_BLINK or OPERA_PRESTO
|
Method and Description |
---|
org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink or #operaPresto
|
org.openqa.selenium.interactions.Actions.pause(long)
'Pause' is considered to be a bad design practice.
|
Copyright © 2015. All rights reserved.