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 |
---|
com.thoughtworks.selenium.DefaultSelenium
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
com.thoughtworks.selenium.HttpCommandProcessor
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
org.openqa.selenium.interactions.PauseAction
'Pause' is considered to be a bad design practice.
|
com.thoughtworks.selenium.SeleneseTestBase
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
com.thoughtworks.selenium.SeleneseTestCase
Please consider updating to junit 4 or above
|
com.thoughtworks.selenium.Wait
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
Enum and Description |
---|
org.openqa.selenium.remote.HttpVerb
Use
HttpMethod . |
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 or OPERA_PRESTO
|
Constructor and Description |
---|
org.openqa.selenium.remote.CommandInfo(String, HttpVerb)
replaced by
org.openqa.selenium.remote.CommandInfo(String, HttpMethod) . |