public interface SupportsNativeWebTapOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NATIVE_WEB_TAP_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesNativeWebTap()
Get whether to enable native taps in web view mode.
|
default T |
nativeWebTap()
Enforces native non-javascript-based taps in web context mode.
|
default T |
setNativeWebTap(boolean value)
Enable native, non-javascript-based taps being in web context mode.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String NATIVE_WEB_TAP_OPTION
default T nativeWebTap()
default T setNativeWebTap(boolean value)
value - Whether to enable native taps in web view mode.default java.util.Optional<java.lang.Boolean> doesNativeWebTap()