browser_select_option
Selects an option from native or custom dropdown menus by clicking the trigger and choosing the matching option text.
Instructions
Select an option from a dropdown menu. Works with native elements AND custom dropdowns (Angular Material, React Select, etc.). For custom dropdowns: clicks the trigger, waits for options, then clicks the matching option by text. For autocomplete (typing filters options) use browser_set_combobox instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Ms to wait after clicking trigger for options to appear (default: 300) | |
| option | Yes | Text of the option to select (partial match supported) | |
| selector | Yes | CSS or text selector for the dropdown trigger / <select> element |