public class ScrollAction extends TouchAction implements org.openqa.selenium.interactions.Action
touchScreenwhere| 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() |
getActionLocationgetTargetElementpublic 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)