Interface SupportsAdbExecTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions,UiAutomator2Options
public interface SupportsAdbExecTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet maximum time to wait until single ADB command is executed.default TsetAdbExecTimeout(Duration timeout) Maximum time to wait until single ADB command is executed.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
-
ADB_EXEC_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setAdbExecTimeout
Maximum time to wait until single ADB command is executed. 20000 ms by default.- Parameters:
timeout- ADB commands timeout.- Returns:
- self instance for chaining.
-
getAdbExecTimeout
Get maximum time to wait until single ADB command is executed.- Returns:
- Timeout value.
-