browser_select_option
Select one or multiple values in a dropdown element by specifying the target selector and an array of values. Intended for browser automation tasks.
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. |