Click at coordinates
browser_mouse_click_xyClicks at viewport coordinates (x, y) to interact with elements when a ref is unavailable. Use this for coordinate-based interactions, preferring browser_click with a ref when possible.
Instructions
Click at viewport coordinates. Prefer browser_click with a ref — coordinates break when the layout shifts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| button | No | Mouse button (default left) | left |
| doubleClick | No | Double-click instead of a single click |