browser_mouse_move_click
Move the mouse to specified pixel coordinates and optionally click a chosen button to perform precise actions in web automation.
Instructions
Controls fine mouse movement to target coordinates and clicks on coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels. | |
| y | Yes | Y coordinate in pixels. | |
| click | No | Optional: when true, clicks at the coordinates after moving. Defaults to false. | |
| button | No | Optional: button to click. Defaults to 'left'. |