public interface SupportsUnlockSuccessTimeoutOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNLOCK_SUCCESS_TIMEOUT_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.time.Duration> |
getUnlockSuccessTimeout()
Get the timeout to wait until the device is unlocked.
|
default T |
setUnlockSuccessTimeout(java.time.Duration timeout)
Maximum timeout to wait until the device is unlocked.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String UNLOCK_SUCCESS_TIMEOUT_OPTION
default T setUnlockSuccessTimeout(java.time.Duration timeout)
timeout - Timeout value.default java.util.Optional<java.time.Duration> getUnlockSuccessTimeout()