Find in page snapshot
browser_findSearch the current page's accessibility snapshot for text or a regular expression to locate matching elements and retrieve surrounding context 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 |