public interface SupportsWdaStartupRetriesOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WDA_STARTUP_RETRIES_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Integer> |
getWdaStartupRetries()
Get number of retries before to fail WDA deployment.
|
default T |
setWdaStartupRetries(int count)
Number of times to try to build and launch WebDriverAgent onto the device.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String WDA_STARTUP_RETRIES_OPTION
default T setWdaStartupRetries(int count)
count - Retries count.default java.util.Optional<java.lang.Integer> getWdaStartupRetries()