Browser Find
browser_findFind elements on a web page by text pattern or ARIA role, returning their refs for targeted automation — a cheaper alternative to full page snapshots.
Instructions
Search the current page for elements matching a text pattern (regex ok) and/or an ARIA role. Returns matching elements with their refs — cheaper than a full snapshot when you know what you're looking for.
By default only actionable elements (links, buttons, fields, headings, images) are searched; set include_structural=true to also match containers (banner/navigation/form/...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| role | No | ||
| limit | No | ||
| pattern | Yes | ||
| session | No | default | |
| include_structural | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |