Package | Description |
---|---|
org.openqa.selenium.interactions | |
org.openqa.selenium.interactions.internal | |
org.openqa.selenium.internal |
Modifier and Type | Method and Description |
---|---|
void |
Mouse.click(Coordinates where) |
void |
Mouse.contextClick(Coordinates where) |
void |
Mouse.doubleClick(Coordinates where) |
void |
TouchScreen.doubleTap(Coordinates where)
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
|
void |
TouchScreen.flick(Coordinates where,
int xOffset,
int yOffset,
int speed)
Allows the execution of flick gestures starting in a location's element.
|
void |
TouchScreen.longPress(Coordinates where)
Allows the execution of long press gestures.
|
void |
Mouse.mouseDown(Coordinates where) |
void |
Mouse.mouseMove(Coordinates where) |
void |
Mouse.mouseMove(Coordinates where,
long xOffset,
long yOffset) |
void |
Mouse.mouseUp(Coordinates where) |
void |
TouchScreen.scroll(Coordinates where,
int xOffset,
int yOffset)
Creates a scroll gesture that starts on a particular screen location.
|
void |
TouchScreen.singleTap(Coordinates where)
Allows the execution of single tap on the screen, analogous to click using a Mouse.
|
Modifier and Type | Method and Description |
---|---|
protected Coordinates |
MouseAction.getActionLocation() |
protected Coordinates |
DisplayAction.getActionLocation() |
Modifier and Type | Method and Description |
---|---|
Coordinates |
Locatable.getCoordinates() |
Copyright © 2016. All rights reserved.