Interface SupportsWdaLaunchTimeoutOption<T extends BaseOptions<T>>

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

public interface SupportsWdaLaunchTimeoutOption<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
    Get the maximum timeout to wait until WDA is listening.
    default T
    Timeout to wait for WebDriverAgent to be pingable, e.g.

    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

    • setWdaLaunchTimeout

      default T setWdaLaunchTimeout(Duration timeout)
      Timeout to wait for WebDriverAgent to be pingable, e.g. finishes building. Defaults to 60000ms.
      Parameters:
      timeout - Timeout to wait until WDA is listening.
      Returns:
      self instance for chaining.
    • getWdaLaunchTimeout

      default Optional<Duration> getWdaLaunchTimeout()
      Get the maximum timeout to wait until WDA is listening.
      Returns:
      Timeout value.