browser_click
Click a web page element by referencing its exact ref from the latest snapshot. Supply the element description to trigger the click action.
Instructions
Click an element. Use the exact ref from the latest snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Exact aria ref from the snapshot (e.g. 'e42'). This is required and used to locate the element. Copy it directly from the snapshot output. | |
| element | Yes | Human-readable element description (for permission). Must match the description shown in the page snapshot. |