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 AppiumClickOptionsstatic AppiumClickOptionsdoubleTapWithOffset(int xOffset, int yOffset) static AppiumClickOptionsstatic AppiumClickOptionslongPressFor(Duration longPressHoldDuration) static AppiumClickOptionslongPressWithOffsetFor(Duration longPressHoldDuration, int xOffset, int yOffset) static AppiumClickOptionstap()static AppiumClickOptionstapWithOffset(int xOffset, int yOffset) Methods inherited from class com.codeborne.selenide.ClickOptions
clickMethod, force, holdingKeys, holdingKeys, isForce, offset, offsetX, offsetX, offsetY, offsetY, timeout, timeout, toString, using, usingDefaultMethod, usingJavaScript, withOffset, withTimeout
-
Method Details
-
tap
-
tapWithOffset
-
doubleTap
-
doubleTapWithOffset
-
longPress
-
longPressFor
-
longPressWithOffsetFor
public static AppiumClickOptions longPressWithOffsetFor(Duration longPressHoldDuration, int xOffset, int yOffset) -
appiumClickMethod
-
longPressHoldDuration
-