browser_select_option
Selects one or more options in an HTML dropdown menu using target element reference and specified values.
Instructions
Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | No | Human-readable element description used to obtain permission to interact with the element | |
| target | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| values | Yes | Array of values to select in the dropdown. This can be a single value or multiple values. |