mobile_swipe
Perform a swipe gesture on a mobile device by specifying start and end pixel coordinates. Provide the device serial number to execute the action.
Instructions
Swipe from one point to another.
Args: serialno: The mobile device serialno, from list_devices. x1: Start X coordinate in device pixels. y1: Start Y coordinate in device pixels. x2: End X coordinate in device pixels. y2: End Y coordinate in device pixels.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |