browser_select_option
Choose one or more options in a dropdown select element by providing its reference and option values that match value, text, or label. Enables accurate selection for web automation and form filling.
Instructions
Select option(s) in dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Select element reference | |
| values | Yes | Option values to select (can match value, text, or label) | |
| element | Yes | Select element description |