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.
|
org.openqa.selenium.remote.server.FirefoxDriverProvider
No longer used.
|
com.thoughtworks.selenium.HttpCommandProcessor
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
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.
|
Method and Description |
---|
org.openqa.selenium.remote.server.DefaultDriverProvider.canCreateDriverInstances()
All providers should be able to create driver classes.
|
org.openqa.selenium.remote.server.DriverProvider.canCreateDriverInstances()
All providers should be able to create driver instances.
|
org.openqa.selenium.remote.server.DriverFactory.hasMappingFor(Capabilities)
This method is used in tests only and subject to be removed from the interface
|
Constructor and Description |
---|
org.openqa.selenium.remote.server.DefaultDriverProvider(Capabilities, String)
Replace with a call to
DefaultDriverProvider.createProvider(Capabilities, String) |