browser_mouse_move_xy
Move the mouse cursor to exact X and Y coordinates within the browser window to simulate human-like interaction and bypass bot detection during automation.
Instructions
Move mouse to a given position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |