wavexis_nl_fill
Fill a webpage element identified by natural language description with a specified value. Uses semantic matching to locate and set the value.
Instructions
Fill an element described in natural language with a value.
Use wavexis_fill when you already know the CSS selector, or wavexis_nl_click to click an element described in natural language.
Side effects: Locates the best-matching element via text/semantic matching, clears it, and sets its value to the provided string. 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 |