Interface SupportsUsePreinstalledWdaOption<T extends BaseOptions<T>>

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

public interface SupportsUsePreinstalledWdaOption<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 Optional<Boolean>
    Get whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.
    default T
    setUsePreinstalledWda(boolean value)
    Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.
    default T
    Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.

    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

    • usePreinstalledWda

      default T usePreinstalledWda()
      Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.
      Returns:
      self instance for chaining.
    • setUsePreinstalledWda

      default T setUsePreinstalledWda(boolean value)
      Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client. Defaults to false.
      Parameters:
      value - Either true or false.
      Returns:
      self instance for chaining.
    • doesUsePreinstalledWda

      default Optional<Boolean> doesUsePreinstalledWda()
      Get whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.
      Returns:
      True or false.