Interface SupportsWebviewConnectRetriesOption<T extends BaseOptions<T>>

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

public interface SupportsWebviewConnectRetriesOption<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 the number of retries to send connection message to remote debugger, to get a webview.
    default T
    Number of times to send connection message to remote debugger, to get a webview.

    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

    • setWebviewConnectRetries

      default T setWebviewConnectRetries(int retries)
      Number of times to send connection message to remote debugger, to get a webview. Default: 8.
      Parameters:
      retries - Max retries count.
      Returns:
      self instance for chaining.
    • getWebviewConnectRetries

      default Optional<Integer> getWebviewConnectRetries()
      Get the number of retries to send connection message to remote debugger, to get a webview.
      Returns:
      Max retries count.