org.openqa.selenium.interactions.touch
Class ScrollAction
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.ScrollAction
- All Implemented Interfaces:
- Action
public class ScrollAction
- extends TouchAction
- implements Action
Creates a scroll 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 |
ScrollAction
public ScrollAction(TouchScreen touchScreen,
Locatable locationProvider,
int x,
int y)
ScrollAction
public ScrollAction(TouchScreen touchScreen,
int xOffset,
int yOffset)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2013. All rights reserved.