Interface SupportsWdaStartupRetriesOption<T extends BaseOptions<T>>

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

public interface SupportsWdaStartupRetriesOption<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<Integer>
    Get number of retries before to fail WDA deployment.
    default T
    Number of times to try to build and launch WebDriverAgent onto the device.

    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

    • setWdaStartupRetries

      default T setWdaStartupRetries(int count)
      Number of times to try to build and launch WebDriverAgent onto the device. Defaults to 2.
      Parameters:
      count - Retries count.
      Returns:
      self instance for chaining.
    • getWdaStartupRetries

      default Optional<Integer> getWdaStartupRetries()
      Get number of retries before to fail WDA deployment.
      Returns:
      Retries count.