browser_click_text
Click browser elements by visible text content to interact with React dropdowns, portals, and overlays that may not appear in snapshots. This CSP-safe tool prefers the deepest matching element.
Instructions
Click an element by its visible text content. Works on React dropdowns, portals, and overlays that may not appear in snapshots. CSP-safe (no eval). Prefers deepest matching element.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to match against element content (first line) | |
| index | No | Which match to click if multiple (0-based, default 0) | |
| exact | No | Require exact match instead of substring (default false) |