Package com.codeborne.selenide.appium
Class AppiumScrollOptions
java.lang.Object
com.codeborne.selenide.appium.AppiumScrollOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppiumScrollOptions
down()
static AppiumScrollOptions
down
(float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptions
down
(int maxSwipeCount) float
int
int
Deprecated.float
toString()
static AppiumScrollOptions
up()
static AppiumScrollOptions
up
(float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptions
up
(int maxSwipeCount) static AppiumScrollOptions
with
(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) static AppiumScrollOptions
with
(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