Interface SupportsAllowDelayAdbOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions,UiAutomator2Options
public interface SupportsAllowDelayAdbOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to prevent the emulator to use -delay-adb feature.default TsetAllowDelayAdb(boolean value) Being set to false prevents emulator to use -delay-adb feature to detect its startup.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
-
ALLOW_DELAY_ADB_OPTION
- See Also:
-
-
Method Details
-
setAllowDelayAdb
Being set to false prevents emulator to use -delay-adb feature to detect its startup. See https://github.com/appium/appium/issues/14773 for more details.- Parameters:
value- Set it to false in order to prevent the emulator to use -delay-adb feature.- Returns:
- self instance for chaining.
-
doesAllowDelayAdb
Get whether to prevent the emulator to use -delay-adb feature.- Returns:
- True or false.
-