scout_select
Selects an option in a dropdown by element reference. Use it to set form field values during exploratory UI testing.
Instructions
Select an option in a by ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| value | Yes | Option value or label | |
| session | No | Target this session directly instead of the active one — pass it explicitly when dispatching to MULTIPLE sessions in one turn (e.g. two scout_click calls with different `session`), which then run CONCURRENTLY rather than queueing. Omit for single-session sequential use. |