Swipe
Perform touchscreen swipes on Android devices by specifying start and end coordinates, enabling UI navigation and interaction for automated testing.
Instructions
Swipe on a specific cordinate
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes |