app_select
Select an option from a native dropdown by specifying the element via CSS selector or text, then choosing the option by text, value, or index.
Instructions
Pick an option from a native dropdown. Locate the by selector or text, then choose the option by optionText, optionValue, or optionIndex (exactly one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Target by visible text or accessible name (e.g. "Browse") | |
| exact | No | With text: require an exact match instead of substring | |
| selector | No | CSS selector for the element | |
| optionText | No | Visible option text | |
| optionIndex | No | Zero-based option index | |
| optionValue | No | Option value attribute |