neko_select
Select an option from a drop-down element by providing its value, label, or index.
Instructions
Select option(s) from a select element. Specify one of: value, label, or option_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Element index from neko_get_state | |
| label | No | Option visible text to select | |
| value | No | Option value attribute to select | |
| option_index | No | Zero-based index of option to select |