wavexis_nl_click
Click any element on a web page by describing it in natural language. Uses text and semantic matching to locate and click the best-matching element.
Instructions
Click an element described in natural language.
Use wavexis_click when you already know the CSS selector, or wavexis_nl_fill to fill a field described in natural language.
Side effects: Locates the best-matching element via text/semantic matching and triggers a click event on it. Returns: JSON string with keys: 'status' ('ok'/'error'). 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 |