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
@Nonnull @CheckReturnValue public static AppiumScrollOptions with(ScrollDirection scrollDirection, int maxSwipeCount) -
with
@Nonnull @CheckReturnValue public static AppiumScrollOptions with(ScrollDirection scrollDirection, float topPointHeightPercent, float bottomPointHeightPercent) -
down
-
down
-
up
-
up
-
up
@Nonnull @CheckReturnValue public static AppiumScrollOptions up(float topPointHeightPercent, float bottomPointHeightPercent) -
down
@Nonnull @CheckReturnValue public static AppiumScrollOptions down(float topPointHeightPercent, float bottomPointHeightPercent) -
getMaxSwipeCounts
Deprecated.UsegetMaxSwipeCount()
instead -
getMaxSwipeCount
@CheckReturnValue public int getMaxSwipeCount() -
getScrollDirection
-
getTopPointHeightPercent
@CheckReturnValue public float getTopPointHeightPercent() -
getBottomPointHeightPercent
@CheckReturnValue public float getBottomPointHeightPercent() -
toString
-
getMaxSwipeCount()
instead