Interface SupportsNativeWebTapStrictOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsNativeWebTapStrictOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether native taps are done by XCUITest driver rather than WebDriverAgent.default TEnforce native taps to be done by XCUITest driver rather than WebDriverAgent.default TsetNativeWebTapStrict(boolean value) Configure native taps to be done by XCUITest driver rather than 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
-
NATIVE_WEB_TAP_STRICT_OPTION
- See Also:
-
-
Method Details
-
nativeWebTapStrict
Enforce native taps to be done by XCUITest driver rather than WebDriverAgent.- Returns:
- self instance for chaining.
-
setNativeWebTapStrict
Configure native taps to be done by XCUITest driver rather than WebDriverAgent. Only applicable if nativeWebTap is enabled. false by default.- Parameters:
value- Whether native taps are done by XCUITest driver rather than WebDriverAgent.- Returns:
- self instance for chaining.
-
doesNativeWebTapStrict
Get whether native taps are done by XCUITest driver rather than WebDriverAgent.- Returns:
- True or false.
-