Class and Description |
---|
org.openqa.selenium.remote.AddFindsByCss
Everything now finds by css
|
org.openqa.selenium.remote.AddFindsChildByCss
Everything now finds by css
|
org.openqa.selenium.remote.AddRemoteTouchScreen
TouchScreen is deprecated. |
org.openqa.selenium.os.WindowsUtils |
Field and Description |
---|
org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING |
org.openqa.selenium.remote.BrowserType.OPERA
Use OPERA_BLINK
|
org.openqa.selenium.remote.CapabilityType.PAGE_LOADING_STRATEGY
Use PAGE_LOAD_STRATEGY instead
|
org.openqa.selenium.remote.CapabilityType.PLATFORM |
Method and Description |
---|
org.openqa.selenium.os.WindowsUtils.getEnvVarIgnoreCase(String) |
org.openqa.selenium.net.NetworkInterface.getIp4LoopbackOnly()
Will have reduced visibility in later releases.
|
org.openqa.selenium.os.WindowsUtils.getPathsInProgramFiles(String) |
org.openqa.selenium.os.WindowsUtils.getProgramFiles86Path() |
org.openqa.selenium.os.WindowsUtils.getProgramFilesPath() |
org.openqa.selenium.os.WindowsUtils.loadEnvironment() |
org.openqa.selenium.remote.DesiredCapabilities.opera()
Use #operaBlink
|
org.openqa.selenium.remote.DesiredCapabilities.phantomjs()
PhantomJS is no longer actively developed, and support will eventually be dropped.
|
org.openqa.selenium.os.WindowsUtils.thisIsWindows()
Use
Platform.getCurrent().is(WINDOWS) instead |