browser_select_option
Select options in a native element by matching value or visible label. Returns committed option and snapshot; if no match, lists available option labels.
Instructions
Select option(s) in a NATIVE by ref (match by value OR visible label). Self- verifies and, on a no-match, returns the available option labels. For a CUSTOM / searchable dropdown (styled div, role=combobox/listbox — most country-code pickers) this will not work — use browser_select_combobox instead. Returns the committed option + a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| values | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |