mouse_move
Move the mouse cursor to a precise screen position by providing x and y pixel coordinates, using a top-left origin.
Instructions
Move the mouse cursor to specified screen coordinates (x, y). Coordinates use top-left origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (pixels from left) | |
| y | Yes | Y coordinate (pixels from top) |