mouse_move
Relocate the mouse cursor to specified logical coordinates on the main display. Derive coordinates from screenshot bounds and px_per_pt metadata for accurate placement.
Instructions
Move the mouse cursor. Coordinates are logical points, origin top-left of the main display. Compute them from the screenshot tool's bounds_pt and px_per_pt metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| clamp | No | ||
| duration_ms | No | ||
| require_fresh_screenshot | No |