mouse_move
Move the mouse cursor to an absolute screen coordinate, with optional animated transition or instant jump for precise GUI 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 |