browser_click
Perform a click on a web page element by providing its exact selector or snapshot reference, with optional button choice, modifier keys, and double-click support.
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 |