Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters.Builder
    Use the chaining of LocateNodeParameters methods to add optional parameters. This is in favor of keeping the usage pattern consistent for BiDi parameters. Use the LocateNodeParameters(Locator locator) constructor and chain methods.
    org.openqa.selenium.remote.ErrorCodes
    org.openqa.selenium.remote.RemoteStatus
    org.openqa.selenium.remote.ScreenshotException.getBase64EncodedScreenshot()
  • Deprecated Classes
    Class
    Description
    org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters.Builder
    Use the chaining of LocateNodeParameters methods to add optional parameters. This is in favor of keeping the usage pattern consistent for BiDi parameters. Use the LocateNodeParameters(Locator locator) constructor and chain methods.
    org.openqa.selenium.remote.ErrorCodes
    org.openqa.selenium.remote.html5.AddWebStorage
    org.openqa.selenium.remote.html5.RemoteLocalStorage
    LocalStorage can be managed by executing JavaScript. @see #executeScript(String, Object...)
    org.openqa.selenium.remote.html5.RemoteLocationContext
    This functionality is no longer supported
    org.openqa.selenium.remote.html5.RemoteSessionStorage
    LocalStorage can be managed by executing JavaScript. @see #executeScript(String, Object...)
    org.openqa.selenium.remote.internal.WebElementToJsonConverter
    This class has moved to a new location.
    org.openqa.selenium.remote.mobile.RemoteNetworkConnection
    This functionality is no longer supported
    org.openqa.selenium.remote.RemoteStatus
  • Deprecated Methods
    Method
    Description
    org.openqa.selenium.remote.DriverCommand.SET_IMPLICIT_WAIT_TIMEOUT(long, TimeUnit)
    org.openqa.selenium.remote.DriverCommand.SET_PAGE_LOAD_TIMEOUT(long, TimeUnit)
    org.openqa.selenium.remote.DriverCommand.SET_SCRIPT_TIMEOUT(long, TimeUnit)
    org.openqa.selenium.remote.mobile.RemoteNetworkConnection.getNetworkConnection()
    org.openqa.selenium.remote.mobile.RemoteNetworkConnection.setNetworkConnection(NetworkConnection.ConnectionType)
    org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.implicitlyWait(long, TimeUnit)
    org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.pageLoadTimeout(long, TimeUnit)
    org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.setScriptTimeout(long, TimeUnit)
    org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.setScriptTimeout(Duration)
    org.openqa.selenium.remote.Response.getStatus()
    org.openqa.selenium.remote.Response.setStatus(Integer)
    org.openqa.selenium.remote.ScreenshotException.getBase64EncodedScreenshot()
  • Deprecated Constructors
    Constructor
    Description
    org.openqa.selenium.bidi.browsingcontext.BrowsingContext(WebDriver, WindowType, String)