public interface SupportsAppInstallStrategyOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_INSTALL_STRATEGY_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getAppInstallStrategy()
Get the app install strategy.
|
default T |
setAppInstallStrategy(java.lang.String strategy)
Select application installation strategy for real devices.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String APP_INSTALL_STRATEGY_OPTION
default T setAppInstallStrategy(java.lang.String strategy)
strategy - App installation strategy.default java.util.Optional<java.lang.String> getAppInstallStrategy()