browser_select_option
Select an option in a dropdown by visible label or value, ensuring real user interaction instead of simulated clicks or JavaScript evaluation.
Instructions
Choose an option in a dropdown (<select>), by its visible label or by
its value.
Use this rather than clicking the dropdown and pressing arrow keys: a click plus arrows cannot tell you which row it landed on, and setting the value through browser_evaluate changes it without the page seeing a real interaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| browser | No | Defaults to `main`; `support` is the helper beside it. | |
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |