...
Command | Parameters | Description |
---|---|---|
scrollDown | Scrolls down the screen. | |
scrollUp | Scrolls up the screen. | |
swipe | int percStartY x1: the percentage of the ordinate coordinates abscissa of the device screen where the swipe begins. int percEndYy1: the percentage of the ordinate coordinates of the device screen where the swipe endsbegins. int percStartXx2: the percentage of the abscissa coordinates of the device screen where the swipe beginsends. int percEndX y2: the percentage of the abscissa coordinates ordinate of the device screen where the swipe ends. | Swipes the screen. |
...