Interface SupportsWdaLaunchTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsWdaLaunchTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the maximum timeout to wait until WDA is listening.default TsetWdaLaunchTimeout(Duration timeout) Timeout to wait for WebDriverAgent to be pingable, e.g.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_LAUNCH_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setWdaLaunchTimeout
Timeout to wait for WebDriverAgent to be pingable, e.g. finishes building. Defaults to 60000ms.- Parameters:
timeout- Timeout to wait until WDA is listening.- Returns:
- self instance for chaining.
-
getWdaLaunchTimeout
Get the maximum timeout to wait until WDA is listening.- Returns:
- Timeout value.
-