Package com.codeborne.selenide.appium
Class AppiumClickOptions
java.lang.Object
com.codeborne.selenide.ClickOptions
com.codeborne.selenide.appium.AppiumClickOptions
- All Implemented Interfaces:
HasTimeout
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppiumClickOptions
static AppiumClickOptions
static AppiumClickOptions
longPressFor
(Duration longPressHoldDuration) static AppiumClickOptions
tap()
static AppiumClickOptions
tapWithOffset
(int xOffset, int yOffset) Methods inherited from class com.codeborne.selenide.ClickOptions
clickMethod, force, isForce, offset, offsetX, offsetX, offsetY, offsetY, timeout, timeout, toString, usingDefaultMethod, usingJavaScript, withOffset, withTimeout
-
Method Details
-
tap
-
tapWithOffset
-
doubleTap
-
longPress
-
longPressFor
@Nonnull @CheckReturnValue public static AppiumClickOptions longPressFor(Duration longPressHoldDuration) -
appiumClickMethod
-
longPressHoldDuration
-