browser_click
Click at specific screen coordinates in a browser to automate UI interactions. Specify x, y, button type, and click count to trigger actions like selecting or right-clicking elements.
Instructions
Click at screen coordinates (x, y). button is 'left'/'right'/'middle'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | left | |
| clicks | No |