org.openqa.selenium.interactions.internal
Class TouchAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.DisplayAction
          extended by org.openqa.selenium.interactions.internal.TouchAction
Direct Known Subclasses:
DoubleTapAction, DownAction, FlickAction, LongPressAction, MoveAction, ScrollAction, SingleTapAction, UpAction

public class TouchAction
extends DisplayAction

Base class for all touch screen-related actions


Field Summary
protected  TouchScreen touchScreen
           
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
TouchAction(TouchScreen touchScreen, Locatable locationProvider)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.interactions.internal.DisplayAction
getActionLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

touchScreen

protected final TouchScreen touchScreen
Constructor Detail

TouchAction

public TouchAction(TouchScreen touchScreen,
                   Locatable locationProvider)


Copyright © 2013. All Rights Reserved.