browser_select_option
Select an option from a dropdown menu by providing the element reference and the values to choose.
Instructions
Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element reference for the select/dropdown | |
| values | Yes | Values to select in the dropdown | |
| element | No | Human-readable element description |