Package com.codeborne.selenide.appium
Class AppiumSwipeOptions
java.lang.Object
com.codeborne.selenide.appium.AppiumSwipeOptions
-
Method Summary
Modifier and TypeMethodDescriptionint
static AppiumSwipeOptions
left()
static AppiumSwipeOptions
left
(int maxSwipeCounts) static AppiumSwipeOptions
right()
static AppiumSwipeOptions
right
(int maxSwipeCounts) static AppiumSwipeOptions
with
(AppiumSwipeDirection appiumSwipeDirection, int maxSwipeCounts)
-
Method Details
-
with
@Nonnull @CheckReturnValue public static AppiumSwipeOptions with(AppiumSwipeDirection appiumSwipeDirection, int maxSwipeCounts) -
right
-
right
-
left
-
left
-
getMaxSwipeCounts
@CheckReturnValue public int getMaxSwipeCounts() -
getAppiumSwipeDirection
-