wavexis_find_by_text
Locate CSS selectors for elements by visible text without page interaction. Returns first or all matching selectors for use with click or fill actions.
Instructions
Find element selector(s) by visible text content without interacting.
Use this to locate elements before calling wavexis_click or wavexis_fill when you know the visible text but not the CSS selector.
Side effects: None — this is a read-only lookup that does not modify the page or interact with any element. Returns: JSON string with keys: 'selector' (str, first match) when all=False, or 'selectors' (list[str]) and 'count' (int) when all=True. On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |