public interface SupportsAutoWebviewTimeoutOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTO_WEBVIEW_TIMEOUT_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.time.Duration> |
getAutoWebviewTimeout()
Get the timeout to wait until a web view is available.
|
default T |
setAutoWebviewTimeout(java.time.Duration timeout)
Set the maximum timeout to wait until a web view is
available if autoWebview capability is set to true.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String AUTO_WEBVIEW_TIMEOUT_OPTION
default T setAutoWebviewTimeout(java.time.Duration timeout)
timeout - Timeout value.default java.util.Optional<java.time.Duration> getAutoWebviewTimeout()