wavexis_fill_form
Fill multiple form fields in a single call using CSS selectors and values. Clears existing input, sets new values, fires input events, and returns a status with the number of fields filled.
Instructions
Fill multiple form fields in one call (convenience composite tool).
Use wavexis_fill for a single field or wavexis_type when per-keystroke events are required.
Side effects: Clears and sets the value of each field in the provided list, firing input events on every targeted element. Returns: JSON string with keys: 'status' ('ok'/'error'), 'fields_filled' (int, number of fields successfully filled). 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 |