wavexis_find
Search an accessibility snapshot for nodes matching text or a regular expression. Returns matching elements and count.
Instructions
Search the accessibility snapshot for nodes matching text or a regex pattern.
Use wavexis_act instead for natural-language element interaction;
this tool mirrors Playwright's snapshot search for compatibility.
Side effects: None; fetches and searches the a11y tree read-only. Returns: JSON string with keys: 'status' ('ok'/'error'), 'matches' (list[dict]), 'count' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |