Find in page snapshot
browser_findSearch the page's accessibility snapshot for text or regular expressions, returning matching nodes with surrounding context to locate elements and their refs without capturing the full snapshot.
Instructions
Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| _meta | No | ||
| regex | No |