wavexis_select_option
Select an option in a native element by its value. Triggers change and input events.
Instructions
Select an option in a <select> element by value.
Use wavexis_fill for text inputs or wavexis_click for custom dropdown
widgets that are not native <select> elements.
Side effects: Changes the selected option of the <select> element,
firing change and input events.
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 |