| 接口和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 方法和说明 |
|---|
| org.openqa.selenium.os.CommandLine.find(String)
Use the commandline itself to execute your command.
|
| org.openqa.selenium.support.ui.ExpectedConditions.numberOfwindowsToBe(int)
please use
ExpectedConditions.numberOfWindowsToBe(int) instead |
| org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink
|
| org.openqa.selenium.interactions.Actions.pause(long)
'Pause' is considered to be a bad design practice.
|
| org.openqa.selenium.support.ui.ExpectedConditions.textToBePresentInElement(By, String) |