Interface SupportsWebviewConnectTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsWebviewConnectTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the timeout to wait for the initial presence of webviews.default TsetWebviewConnectTimeout(Duration timeout) The time to wait for the initial presence of webviews in MobileSafari or hybrid apps.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_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setWebviewConnectTimeout
The time to wait for the initial presence of webviews in MobileSafari or hybrid apps. Defaults to 0ms.- Parameters:
timeout- Timeout to wait for the initial presence of webviews.- Returns:
- self instance for chaining.
-
getWebviewConnectTimeout
Get the timeout to wait for the initial presence of webviews.- Returns:
- Timeout value.
-