page_mouse_move_xy
Moves the mouse cursor to precise X and Y coordinates within a browser instance, enabling programmatic control over mouse position for automation tasks.
Instructions
Move the mouse to specific coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| instanceId | Yes | Target instance |