Uses of Class
org.specrunner.webdriver.AbstractPluginHasTouchScreen

Packages that use AbstractPluginHasTouchScreen
org.specrunner.webdriver.actions.touch   
 

Uses of AbstractPluginHasTouchScreen in org.specrunner.webdriver.actions.touch
 

Subclasses of AbstractPluginHasTouchScreen in org.specrunner.webdriver.actions.touch
 class AbstractPluginCoordinates
          Touch screen helper (by coordinates).
 class AbstractPluginCoordinatesOff
          Plugin coordinates with offset.
 class AbstractPluginDirectional
          Touch screen with starting action point.
 class PluginDoubleTap
          Double tap action in coordinates.
 class PluginDown
          Down action in (x,y).
 class PluginFlick
          Flick action with xspeed and yspeed.
 class PluginFlickOff
          Flick coordinates, xoffset, yoffset and speed.
 class PluginLongPress
          Long press action in coordinates.
 class PluginMove
          Move action in (x,y).
 class PluginScroll
          Scroll action with offsets.
 class PluginScrollOff
          Scroll action in coordinates with xoffset and yoffset.
 class PluginSingleTap
          Single tap action in coordinates.
 class PluginUp
          Up action in (x,y).
 



Copyright © 2013. All rights reserved.