mouse_move
Move the mouse cursor to exact screen coordinates (x, y), enabling precise pointer control for desktop automation tasks.
Instructions
Move the mouse cursor to the given screen coordinates.
Parameters
x: Horizontal pixel coordinate. y: Vertical pixel coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||