Move the mouse
move_mouseMove the cursor to specified X/Y screen coordinates on macOS. Positions the pointer for GUI automation and subsequent click, drag, or typing actions.
Instructions
Move the cursor to screen coordinates. Requires admin mode AND MACCTL_ALLOW_INPUT=true (cliclick).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (screen points). | |
| y | Yes | Y coordinate (screen points). |