browser_select
Select an option in a dropdown by its value attribute and fire input/change events.
Instructions
Set the value of a (or input) and fire input/change events. For typing free text use browser_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The option's value attribute (not its visible label) to select. | |
| selector | Yes | CSS selector of the <select> or input. |