Interface SupportsWebviewConnectRetriesOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.Integer> getWebviewConnectRetries()
      Get the number of retries to send connection message to remote debugger, to get a webview.
      default T setWebviewConnectRetries​(int retries)
      Number of times to send connection message to remote debugger, to get a webview.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • WEBVIEW_CONNECT_RETRIES_OPTION

        static final java.lang.String WEBVIEW_CONNECT_RETRIES_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • 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 java.util.Optional<java.lang.Integer> getWebviewConnectRetries()
        Get the number of retries to send connection message to remote debugger, to get a webview.
        Returns:
        Max retries count.