Interface SupportsWebkitResponseTimeoutOption<T extends BaseOptions<T>>

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

public interface SupportsWebkitResponseTimeoutOption<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 time to wait for a response from WebKit in a Safari session.
    default T
    (Real device only) Set the time to wait for a response from WebKit in a Safari session.

    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

    • setWebkitResponseTimeout

      default T setWebkitResponseTimeout(Duration timeout)
      (Real device only) Set the time to wait for a response from WebKit in a Safari session. Defaults to 5000ms.
      Parameters:
      timeout - Response timeout.
      Returns:
      self instance for chaining.
    • getWebkitResponseTimeout

      default Optional<Duration> getWebkitResponseTimeout()
      Get the time to wait for a response from WebKit in a Safari session.
      Returns:
      Timeout value.