browser_click
Click a specific element on a web page using its accessibility snapshot reference. Supports left, right, or middle buttons, modifier keys, and double clicks.
Instructions
Perform click on a web page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Button to click, defaults to left | |
| target | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| element | No | Human-readable element description used to obtain permission to interact with the element | |
| modifiers | No | Modifier keys to press | |
| doubleClick | No | Whether to perform a double click instead of a single click |