computer_move
Moves the mouse pointer to exact screen coordinates on a remote device without clicking, enabling precise cursor positioning for automated control.
Instructions
Move the mouse without clicking.
Args: serialno: The computer device serialno, from list_devices. x: X coordinate in screen pixels. y: Y coordinate in screen 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 |