select_option
Select an option from native or custom dropdown by value, label, or index, with automatic type detection.
Instructions
Select from native or custom dropdown (Radix/shadcn combobox). Auto-detects type. For custom dropdowns: clicks to open, then finds option by text cascade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Option index to select (0-based) | |
| label | No | Option label text to select | |
| value | No | Option value to select | |
| selector | Yes | CSS selector for the <select> or combobox trigger | |
| session_id | Yes | Session ID |