browser_mouse_move
Move the mouse cursor to precise screen coordinates for browser automation tasks. Specify X and Y positions to control pointer location programmatically.
Instructions
Move the mouse to specific coordinates (see browser_docs)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |