public class ScrollAction extends TouchAction implements org.openqa.selenium.interactions.Action
touchScreen
where
Constructor and Description |
---|
ScrollAction(org.openqa.selenium.interactions.TouchScreen touchScreen,
int xOffset,
int yOffset) |
ScrollAction(org.openqa.selenium.interactions.TouchScreen touchScreen,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
perform() |
getActionLocation
getTargetElement
public ScrollAction(org.openqa.selenium.interactions.TouchScreen touchScreen, org.openqa.selenium.interactions.internal.Locatable locationProvider, int x, int y)
public ScrollAction(org.openqa.selenium.interactions.TouchScreen touchScreen, int xOffset, int yOffset)