mobile_tap
Tap any connected mobile device at precise screen coordinates using its serial number and X/Y pixel values.
Instructions
Tap once at the given screen coordinates.
Args: serialno: The mobile device serialno, from list_devices. Mobile serials come from list_devices(type="mobile"). x: X coordinate in device pixels. y: Y coordinate in device pixels.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |