Uses of Class
org.openqa.selenium.interactions.touch.TouchActions

Packages that use TouchActions
org.openqa.selenium.interactions.touch   
 

Uses of TouchActions in org.openqa.selenium.interactions.touch
 

Methods in org.openqa.selenium.interactions.touch that return TouchActions
 TouchActions TouchActions.doubleTap(WebElement onElement)
          Allows the execution of double tapon the screen, analogous to double click using a Mouse.
 TouchActions TouchActions.down(int x, int y)
          Allows the execution of the gesture 'down' on the screen.
 TouchActions TouchActions.flick(int xSpeed, int ySpeed)
          Sends a flick gesture to the current view.
 TouchActions TouchActions.flick(WebElement onElement, int xOffset, int yOffset, int speed)
          Allows the execution of flick gestures starting in a location's element.
 TouchActions TouchActions.longPress(WebElement onElement)
          Allows the execution of long press gestures.
 TouchActions TouchActions.move(int x, int y)
          Allows the execution of the gesture 'move' on the screen.
 TouchActions TouchActions.scroll(int xOffset, int yOffset)
          Allows the view to be scrolled by an x and y offset.
 TouchActions TouchActions.scroll(WebElement onElement, int xOffset, int yOffset)
          Creates a scroll gesture that starts on a particular screen location.
 TouchActions TouchActions.singleTap(WebElement onElement)
          Allows the execution of single tap on the screen, analogous to click using a Mouse.
 TouchActions TouchActions.up(int x, int y)
          Allows the execution of the gesture 'up' on the screen.
 



Copyright © 2013. All rights reserved.