Uses of Class
com.shaft.gui.element.TouchActions
Packages that use TouchActions
-
Uses of TouchActions in com.shaft.driver
Methods in com.shaft.driver that return TouchActions -
Uses of TouchActions in com.shaft.driver.internal
Methods in com.shaft.driver.internal that return TouchActionsModifier and TypeMethodDescriptionFluentWebDriverAction.performTouchAction()
FluentWebDriverAction.touch()
-
Uses of TouchActions in com.shaft.gui.element
Methods in com.shaft.gui.element that return TouchActionsModifier and TypeMethodDescriptionTouchActions.activateAppFromBackground
(String appPackageName) Activates an app that has been previously deactivated or sent to the background.TouchActions.and()
TouchActions.doubleTap
(org.openqa.selenium.By elementLocator) Double-Taps an element on a touch-enabled screenTouchActions.hideNativeKeyboard()
Hides the device native soft keyboard.TouchActions.longTap
(org.openqa.selenium.By elementLocator) Performs a long-tap on an element to trigger the context menu on a touch-enabled screenTouchActions.nativeKeyboardKeyPress
(TouchActions.KeyboardKeys key) Sends a key-press via the device soft keyboard.TouchActions.pinchToZoom
(TouchActions.ZoomDirection zoomDirection) Attempts to zoom the current screen IN/ OUT in case of zoom enabled screen.TouchActions.rotate
(org.openqa.selenium.ScreenOrientation orientation) Rotate between portrait and landscape modesTouchActions.sendAppToBackground()
Send the currently active app to the background and leave the app deactivated.TouchActions.sendAppToBackground
(int secondsToSpendInTheBackground) Send the currently active app to the background, and return after a certain number of seconds.TouchActions.swipeByOffset
(org.openqa.selenium.By elementLocator, int xOffset, int yOffset) Swipes an element with the desired x and y offset.TouchActions.swipeElementIntoView
(String targetText) Attempts to scroll element into view using androidUIAutomatorTouchActions.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
(String targetText, TouchActions.SwipeMovement movement) Attempts to scroll element into view using androidUIAutomatorTouchActions.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 iosTouchActions.swipeToElement
(org.openqa.selenium.By sourceElementLocator, org.openqa.selenium.By destinationElementLocator) Swipes the sourceElement onto the destinationElement on a touch-enabled screenTaps an element once on a touch-enabled screenTouchActions.tap
(org.openqa.selenium.By elementLocator) Taps an element once on a touch-enabled screenTouchActions.waitUntilElementIsVisible
(String elementReferenceScreenshot) Waits until a specific element is now visible on the current screen