public interface SupportsSkipUnlockOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKIP_UNLOCK_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSkipUnlock()
Get whether to skip the check for lock screen presence.
|
default T |
setSkipUnlock(boolean value)
Whether to skip the check for lock screen presence (true).
|
default T |
skipUnlock()
Skip the check for lock screen presence.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SKIP_UNLOCK_OPTION
default T skipUnlock()
default T setSkipUnlock(boolean value)
value - Set it to true in order to skip screen unlock checks.default java.util.Optional<java.lang.Boolean> doesSkipUnlock()