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 -
Method Summary
Modifier and TypeMethodDescriptionGet the number of retries to send connection message to remote debugger, to get a webview.default TsetWebviewConnectRetries(int retries) 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, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
WEBVIEW_CONNECT_RETRIES_OPTION
- See Also:
-
-
Method Details
-
setWebviewConnectRetries
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
Get the number of retries to send connection message to remote debugger, to get a webview.- Returns:
- Max retries count.
-