desktop_mouse_move
Move the mouse cursor to specific screen coordinates for desktop automation tasks. Specify X and Y positions to control cursor placement.
Instructions
Move the mouse cursor to screen coordinates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| smooth | No | Smooth movement animation (default: false) |