browser_select_option
Select an option from any dropdown, native or custom, by opening the menu and clicking 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 |