wb_find
Search the accessibility tree by text or role to locate elements and return matching @e references for browser automation.
Instructions
Search the accessibility tree by text/role (like Claude find). Returns matching @e refs when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Exact role filter e.g. link, button, textbox | |
| limit | No | Max matches (default 20) | |
| query | No | Case-insensitive substring against name/role/ref | |
| session | No | Per-call session override (does not change the process default) |