org.openqa.selenium.interactions.touch
Class FlickAction
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.FlickAction
- All Implemented Interfaces:
- Action
public class FlickAction
- extends TouchAction
- implements Action
Creates a flick gesture.
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 |
SPEED_NORMAL
public static final int SPEED_NORMAL
- See Also:
- Constant Field Values
SPEED_FAST
public static final int SPEED_FAST
- See Also:
- Constant Field Values
FlickAction
public FlickAction(TouchScreen touchScreen,
Locatable locationProvider,
int x,
int y,
int speed)
FlickAction
public FlickAction(TouchScreen touchScreen,
int xSpeed,
int ySpeed)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2013. All rights reserved.