Swipe-Tool
Execute touch swipes on Android devices by specifying start and end coordinates. Swipe bottom-to-top to scroll down, or top-to-bottom to scroll up.
Instructions
Swipe from (x1,y1) to (x2,y2) over 300ms. To scroll DOWN, swipe from bottom to top. To scroll UP, swipe from top to bottom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes |