Uses of Enum Class
com.shaft.gui.element.TouchActions.SwipeDirection
-
Uses of TouchActions.SwipeDirection in com.shaft.gui.element
Modifier and TypeMethodDescriptionstatic TouchActions.SwipeDirection
Returns the enum constant of this class with the specified name.static TouchActions.SwipeDirection[]
TouchActions.SwipeDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTouchActions.swipeElementIntoView
(String elementReferenceScreenshot, TouchActions.SwipeDirection swipeDirection) Attempts to scroll element into view using the new W3C compliant actions for android and ios and AI for image identificationTouchActions.swipeElementIntoView
(org.openqa.selenium.By targetElementLocator, TouchActions.SwipeDirection swipeDirection) Attempts to scroll the element into view in case of native mobile elements.TouchActions.swipeElementIntoView
(org.openqa.selenium.By scrollableElementLocator, String elementReferenceScreenshot, TouchActions.SwipeDirection swipeDirection) Attempts to scroll element into view using the new W3C compliant actions for android and ios and AI for image identificationTouchActions.swipeElementIntoView
(org.openqa.selenium.By scrollableElementLocator, org.openqa.selenium.By targetElementLocator, TouchActions.SwipeDirection swipeDirection) Attempts to scroll element into view using the new W3C compliant actions for android and ios