Interface SupportsWdaStartupRetriesOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsWdaStartupRetriesOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet number of retries before to fail WDA deployment.default TsetWdaStartupRetries(int count) Number of times to try to build and launch WebDriverAgent onto the device.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
WDA_STARTUP_RETRIES_OPTION
- See Also:
-
-
Method Details
-
setWdaStartupRetries
Number of times to try to build and launch WebDriverAgent onto the device. Defaults to 2.- Parameters:
count- Retries count.- Returns:
- self instance for chaining.
-
getWdaStartupRetries
Get number of retries before to fail WDA deployment.- Returns:
- Retries count.
-