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
@Deprecated public class ScrollAction extends TouchAction implements Action
Deprecated.Creates a scroll gesture.
-
-
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
Constructors Constructor Description ScrollAction(TouchScreen touchScreen, int xOffset, int yOffset)
Deprecated.ScrollAction(TouchScreen touchScreen, Locatable locationProvider, int x, int y)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
perform()
Deprecated.-
Methods inherited from class org.openqa.selenium.interactions.internal.DisplayAction
getActionLocation
-
Methods inherited from class org.openqa.selenium.interactions.internal.BaseAction
getTargetElement
-
-
-
-
Constructor Detail
-
ScrollAction
public ScrollAction(TouchScreen touchScreen, Locatable locationProvider, int x, int y)
Deprecated.
-
ScrollAction
public ScrollAction(TouchScreen touchScreen, int xOffset, int yOffset)
Deprecated.
-
-