browser_select_option
Select dropdown options by supplying the element's exact ARIA ref and the values to pick.
Instructions
Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Exact aria ref from the snapshot (e.g. 'e42'). This is required and used to locate the element. Copy it directly from the snapshot output. | |
| values | Yes | Values to select | |
| element | Yes | Human-readable element description (for permission). Must match the description shown in the page snapshot. |