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 maxSwipeCount) floatintintDeprecated.floattoString()static AppiumScrollOptionsup()static AppiumScrollOptionsup(float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptionsup(int maxSwipeCount) static AppiumScrollOptionswith(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptionswith(ScrollDirection scrollDirection, int maxSwipeCount)
-
Method Details
-
with
-
with
public static AppiumScrollOptions with(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) -
down
-
down
-
up
-
up
-
up
-
down
-
getMaxSwipeCounts
Deprecated.UsegetMaxSwipeCount()instead -
getMaxSwipeCount
public int getMaxSwipeCount() -
getScrollDirection
-
getTopPointHeightPercent
public float getTopPointHeightPercent() -
getBottomPointHeightPercent
public float getBottomPointHeightPercent() -
toString
-
getMaxSwipeCount()instead