browser_mouse_move
Move the mouse cursor to specified x and y coordinates on the browser page. Useful for automating hover actions and triggering mouse-dependent interactions.
Instructions
Move the mouse to specific coordinates (see browser_docs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |