public interface SupportsUnlockStrategyOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNLOCK_STRATEGY_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getUnlockStrategy()
Get the strategy key.
|
default T |
setUnlockStrategy(java.lang.String strategy)
Either 'locksettings' (default) or 'uiautomator'.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String UNLOCK_STRATEGY_OPTION
default T setUnlockStrategy(java.lang.String strategy)
strategy - The unlock strategy.default java.util.Optional<java.lang.String> getUnlockStrategy()