browser_click
Click an element on a web page using CSS selector, XPath, or visible text, and retrieve the updated page context.
Instructions
Click an element on the current page. Identify the target by CSS selector, XPath, or visible text. Returns updated page context after the click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text content to match (partial, case-insensitive) | |
| xpath | No | XPath expression | |
| visual | No | Return base64 PNG alongside text (default false) | |
| selector | No | CSS selector |