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)
           
 TouchActions TouchActions.down(int x, int y)
           
 TouchActions TouchActions.flick(int xSpeed, int ySpeed)
           
 TouchActions TouchActions.flick(WebElement onElement, int xOffset, int yOffset, int speed)
           
 TouchActions TouchActions.longPress(WebElement onElement)
           
 TouchActions TouchActions.move(int x, int y)
           
 TouchActions TouchActions.scroll(int xOffset, int yOffset)
           
 TouchActions TouchActions.scroll(WebElement onElement, int xOffset, int yOffset)
           
 TouchActions TouchActions.singleTap(WebElement onElement)
           
 TouchActions TouchActions.up(int x, int y)
           
 



Copyright © 2013. All Rights Reserved.