Uses of Enum Class
com.shaft.gui.element.TouchActions.SwipeDirection
Packages that use TouchActions.SwipeDirection
-
Uses of TouchActions.SwipeDirection in com.shaft.gui.element
Methods in com.shaft.gui.element that return TouchActions.SwipeDirectionModifier and TypeMethodDescriptionstatic TouchActions.SwipeDirectionReturns 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.Methods in com.shaft.gui.element with parameters of type TouchActions.SwipeDirectionModifier 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