Interface SupportsServerStartupTimeoutOption<T extends BaseOptions<T>>

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

public interface SupportsServerStartupTimeoutOption<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 timeout to wait util the WebDriverAgentMac project is built and started.
    default T
    The timeout to wait util the WebDriverAgentMac project is built and started.

    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

    • setServerStartupTimeout

      default T setServerStartupTimeout(Duration timeout)
      The timeout to wait util the WebDriverAgentMac project is built and started. 120000ms by default
      Parameters:
      timeout - The timeout value.
      Returns:
      self instance for chaining.
    • getServerStartupTimeout

      default Optional<Duration> getServerStartupTimeout()
      Get the timeout to wait util the WebDriverAgentMac project is built and started.
      Returns:
      The timeout value.