org.openqa.selenium.interactions.touch
Class DoubleTapAction

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
              extended by org.openqa.selenium.interactions.touch.DoubleTapAction
All Implemented Interfaces:
Action

public class DoubleTapAction
extends TouchAction
implements Action

Creates a double tap gesture on a touch screen.


Field Summary
 
Fields inherited from class org.openqa.selenium.interactions.internal.TouchAction
touchScreen
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
DoubleTapAction(TouchScreen touchScreen, Locatable locationProvider)
           
 
Method Summary
 void perform()
           
 
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
 

Constructor Detail

DoubleTapAction

public DoubleTapAction(TouchScreen touchScreen,
                       Locatable locationProvider)
Method Detail

perform

public void perform()
Specified by:
perform in interface Action


Copyright © 2013. All Rights Reserved.