Interface and Description |
---|
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.
|
com.thoughtworks.selenium.SeleneseTestCase
Please consider updating to junit 4 or above
|
Enum and Description |
---|
org.openqa.selenium.remote.HttpVerb
Use
HttpMethod . |
Method and Description |
---|
org.openqa.selenium.os.CommandLine.find(String)
Use the commandline itself to execute your command.
|
org.openqa.selenium.interactions.Actions.pause(long)
'Pause' is considered to be a bad design practice.
|
org.openqa.selenium.htmlunit.HtmlUnitKeyboard.performSingleKeyAction(HtmlElement, CharSequence, String)
Visibility will soon be reduced.
|
org.openqa.selenium.htmlunit.HtmlUnitWebElement.sendKeyDownEvent(CharSequence)
Visibility will soon be reduced.
|
org.openqa.selenium.htmlunit.HtmlUnitWebElement.sendKeyUpEvent(CharSequence)
Visibility will soon be reduced.
|
org.openqa.selenium.support.ui.ExpectedConditions.textToBePresentInElement(By, String) |
Constructor and Description |
---|
org.openqa.selenium.remote.CommandInfo(String, HttpVerb)
Use
org.openqa.selenium.remote.CommandInfo(String, HttpMethod) . |