browser_select_option
Select one or more values in a dropdown menu by element reference. Use it to set form fields, filters, and multi-select inputs during browser automation.
Instructions
Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Exact target element reference from the page snapshot | |
| values | Yes | Array of values to select in the dropdown. This can be a single value or multiple values. | |
| element | No | Human-readable element description used to obtain permission to interact with the element | |
| sessionId | No | Target session ID. Omit to use the active session. |