browser_select_combobox
Pick a value from a searchable combobox by typing to filter, committing with keyboard, and verifying the selection. Falls back to clicking if needed.
Instructions
Pick value from a CUSTOM / searchable dropdown or combobox (country & country-code
pickers, styled listboxes) where browser_select_option times out. Opens the trigger ref,
types value to filter, commits the highlighted option by keyboard (ArrowDown+Enter), then
VERIFIES the committed value and falls back to clicking the option by visible text. Filter by
the COUNTRY NAME (e.g. 'Germany'), not a dial code ('49') which matches the wrong row. Returns
{committed, actual} + a snapshot — if committed=false the selection did NOT take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| value | Yes | ||
| session_id | No | ||
| submit_key | No | Enter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |