browser_click
Click a page element by its snapshot ref, CSS selector, or visible text to interact with an existing Brave browser session.
Instructions
Click an element. Prefer ref from the latest browser_snapshot / browser_find. Falls back to CSS selector or visible text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Ref like e12 from the last snapshot | |
| text | No | Visible text to click | |
| exact | No | Exact text match (default false) | |
| selector | No | CSS selector |