mouse_move
Move the mouse cursor to absolute coordinates (x, y) or relative offsets (dx, dy), returning the new position and display size for desktop automation.
Instructions
Move the cursor. Absolute: x and y (global points, origin top-left). Relative: dx and/or dy. Returns position and display size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| dx | No | ||
| dy | No |