Select Option
select_optionChoose an option in a select element by exact value or visible label. If no match, lists existing options so the next call can pick a real one.
Instructions
Choose an option in a select element, by exact option value or exact visible label. When nothing matches, the failure lists the options that do exist, so the next call can pick a real one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | Yes | Option value or visible text, matched exactly after trimming | |
| tab_id | No | Arc tab id from list_tabs. Omit to use this agent's current tab, falling back to whatever tab is active in Arc. | |
| selector | Yes | CSS selector for the <select>. "text=" cannot reach a select element, so use a CSS selector here. |