mobile_long_press
Simulate a long press at specified pixel coordinates on an Android device. Provide device serial and x/y to trigger press-and-hold actions.
Instructions
Press and hold at the given screen coordinates.
Args: serialno: The mobile device serialno, from list_devices. 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 |