browser_select_option
Select one or more options in a dropdown by providing the element reference and an array of values to choose.
Instructions
Select an option in a dropdown.
Args:
element: Human-readable element description
ref: Exact target element reference from the page snapshot
values: Array of values to select (can be single or multiple)
Returns:
Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | Yes | ||
| ref | Yes | ||
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |