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