mouse_move
Move the mouse cursor to an absolute screen coordinate by specifying target x and y pixel positions, with optional animation duration or instant jump for controlled desktop automation.
Instructions
Move the mouse cursor to an absolute screen coordinate.
Args: params (MoveInput): x, y target and optional animation duration.
Returns: str: JSON with the resulting cursor position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |