org.openqa.selenium.interactions.touch
Class DoubleTapAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.DisplayAction
org.openqa.selenium.interactions.internal.TouchAction
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.
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
where |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleTapAction
public DoubleTapAction(TouchScreen touchScreen,
Locatable locationProvider)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2012. All Rights Reserved.