select_option
Select an option in a dropdown menu within Electron applications. Specify the option using its value, visible text label, or position index to automate form interactions.
Instructions
Select an option in a dropdown. Pass value (the option's value attribute), label (its visible text), or index (zero-based). At least one must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| value | No | ||
| label | No | ||
| index | No | ||
| timeoutMs | No | Default 5000. |