public interface SupportsUseNewWdaOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
USE_NEW_WDA_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesUseNewWDA()
Get whether to uninstall of any existing WebDriverAgent app on the device under test.
|
default T |
setUseNewWDA(boolean value)
If true, forces uninstall of any existing WebDriverAgent app on device.
|
default T |
useNewWDA()
Enforce uninstall of any existing WebDriverAgent app on the device under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String USE_NEW_WDA_OPTION
default T useNewWDA()
default T setUseNewWDA(boolean value)
value - Whether to force uninstall of any existing WebDriverAgent app on device.default java.util.Optional<java.lang.Boolean> doesUseNewWDA()