public interface SupportsUsePrebuiltWdaOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
USE_PREBUILT_WDA_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesUsePrebuiltWda()
Get whether to skip the build phase of running the WDA app.
|
default T |
setUsePrebuiltWda(boolean value)
Skips the build phase of running the WDA app.
|
default T |
usePrebuiltWda()
Enforce to skip the build phase of running the WDA app.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String USE_PREBUILT_WDA_OPTION
default T usePrebuiltWda()
default T setUsePrebuiltWda(boolean value)
value - Whether to skip the build phase of running the WDA app.default java.util.Optional<java.lang.Boolean> doesUsePrebuiltWda()