Interface SupportsWdaStartupRetryIntervalOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsWdaStartupRetryIntervalOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the interval to wait between tries to build and launch WebDriverAgent.default TsetWdaStartupRetryInterval(Duration interval) Time interval to wait between tries to build and launch WebDriverAgent.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_RETRY_INTERVAL_OPTION
- See Also:
-
-
Method Details
-
setWdaStartupRetryInterval
Time interval to wait between tries to build and launch WebDriverAgent. Defaults to 10000ms.- Parameters:
interval- Interval value.- Returns:
- self instance for chaining.
-
getWdaStartupRetryInterval
Get the interval to wait between tries to build and launch WebDriverAgent.- Returns:
- Interval value.
-