computer_click
Click a mobile device screen at absolute pixel coordinates, specifying the button type (left, right, middle) and target device by serial number.
Instructions
Click at absolute screen coordinates.
Args: serialno: The computer device serialno, from list_devices. x: X coordinate in screen pixels. y: Y coordinate in screen pixels. button: "left", "right" or "middle". Omit it for the server default (left).
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |