Move mouse
browser_mouse_move_xyMove the mouse cursor to specified viewport coordinates in CSS pixels for browser automation.
Instructions
Move the mouse to viewport coordinates (CSS pixels).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |