Interface SupportsMsExperimentalWebDriverOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
WindowsOptions

public interface SupportsMsExperimentalWebDriverOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    Enforce to enable experimental driver features and optimizations.
    default Optional<Boolean>
    Get whether to enable experimental features and optimizations.
    default T
    setExperimentalWebDriver(boolean value)
    Enables experimental features and optimizations.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • experimentalWebDriver

      default T experimentalWebDriver()
      Enforce to enable experimental driver features and optimizations.
      Returns:
      self instance for chaining.
    • setExperimentalWebDriver

      default T setExperimentalWebDriver(boolean value)
      Enables experimental features and optimizations. See Appium Windows Driver release notes for more details on this capability. false by default.
      Parameters:
      value - Whether to enable experimental features and optimizations.
      Returns:
      self instance for chaining.
    • isExperimentalWebDriver

      default Optional<Boolean> isExperimentalWebDriver()
      Get whether to enable experimental features and optimizations.
      Returns:
      True or false.