|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordinates | |
|---|---|
| io.selendroid.android | |
| io.selendroid.server.model | |
| io.selendroid.server.model.interactions | |
| Uses of Coordinates in io.selendroid.android |
|---|
| Methods in io.selendroid.android with parameters of type Coordinates | |
|---|---|
void |
AndroidTouchScreen.doubleTap(Coordinates where)
|
void |
AndroidTouchScreen.flick(Coordinates where,
int xOffset,
int yOffset,
int speed)
|
void |
AndroidTouchScreen.longPress(Coordinates where)
|
void |
AndroidTouchScreen.scroll(Coordinates where,
int xOffset,
int yOffset)
|
void |
AndroidTouchScreen.singleTap(Coordinates where)
|
| Uses of Coordinates in io.selendroid.server.model |
|---|
| Methods in io.selendroid.server.model that return Coordinates | |
|---|---|
Coordinates |
AndroidWebElement.getCoordinates()
|
Coordinates |
AndroidRElement.getCoordinates()
|
Coordinates |
AndroidNativeElement.getCoordinates()
|
Coordinates |
AndroidElement.getCoordinates()
|
| Methods in io.selendroid.server.model with parameters of type Coordinates | |
|---|---|
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 |
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. |
| Uses of Coordinates in io.selendroid.server.model.interactions |
|---|
| Classes in io.selendroid.server.model.interactions that implement Coordinates | |
|---|---|
class |
AndroidCoordinates
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||