Interface HasBiDi

All Known Implementing Classes:
ChromeDriver, ChromiumDriver, EdgeDriver, ElectronDriver, FirefoxDriver, InternetExplorerDriver, RemoteWebDriver, SafariDriver

@Beta public interface HasBiDi
  • Method Summary

    Modifier and Type
    Method
    Description
    default BiDi
    Deprecated, for removal: This API element is subject to removal in a future version.
    BiDi is an internal implementation detail.
    Deprecated, for removal: This API element is subject to removal in a future version.
    BiDi is an internal implementation detail.
  • Method Details

    • getBiDi

      @Deprecated(since="4.46", forRemoval=true) default BiDi getBiDi()
      Deprecated, for removal: This API element is subject to removal in a future version.
      BiDi is an internal implementation detail. Direct access to the BiDi object from drivers will be removed in a future release.
    • maybeGetBiDi

      @Deprecated(since="4.46", forRemoval=true) Optional<BiDi> maybeGetBiDi()
      Deprecated, for removal: This API element is subject to removal in a future version.
      BiDi is an internal implementation detail. Direct access to the BiDi object from drivers will be removed in a future release.