Interface and Description |
---|
org.openqa.selenium.html5.DatabaseStorage
Web SQL has been deprecated, see
http://dev.w3.org/html5/webdatabase/
|
Class and Description |
---|
org.openqa.selenium.iphone.IPhoneDriver
please use ios-driver or appium instead
|
org.openqa.selenium.iphone.IPhoneSimulatorBinary
use ios-driver or appium instead
|
org.openqa.selenium.iphone.IPhoneSimulatorCommandExecutor
use ios-driver or appium instead
|
org.openqa.selenium.iphone.IPhoneSimulatorDriver
use ios-driver or appium instead
|
org.openqa.selenium.htmlunit.KeyboardModifiersState
This class will soon be marked private
|
com.thoughtworks.selenium.SeleneseTestCase
Please consider updating to junit 4 or above
|
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.ie.InternetExplorerDriver.IE_SET_PROXY_BY_SERVER
please set this option as True and allow IEDriverServer sets up proxy.
In next releases it will be set to True by default.
Capability that defines used proxy setter. Currently it's False by default.
False means WindowsProxyManager will be used for setting proxy settings.
True means IEDriverServer will be used for setting proxy settings.
Be note that using both variants in concurrent drivers at the same node
may lead to undefined behaviour.
|
Method and Description |
---|
org.openqa.selenium.os.CommandLine.find(String)
Use the commandline itself to execute your command.
|
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.firefox.FirefoxProfile.setProxyPreferences(Proxy)
This is now handled by the driver itself.
|