Package com.codeborne.selenide.appium
Class AppiumScrollOptions
java.lang.Object
com.codeborne.selenide.appium.AppiumScrollOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppiumScrollOptionsdown()static AppiumScrollOptionsdown(float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptionsdown(int maxSwipeCounts) floatintfloatstatic AppiumScrollOptionsup()static AppiumScrollOptionsup(float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptionsup(int maxSwipeCounts) static AppiumScrollOptionswith(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptionswith(ScrollDirection scrollDirection, int maxSwipeCounts)
-
Method Details
-
with
-
with
public static AppiumScrollOptions with(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) -
down
-
down
-
up
-
up
-
up
-
down
-
getMaxSwipeCounts
public int getMaxSwipeCounts() -
getScrollDirection
-
getTopPointHeightPercent
public float getTopPointHeightPercent() -
getBottomPointHeightPercent
public float getBottomPointHeightPercent()
-