session_select
Select an option in a select dropdown by value, visible text, or index. Use when filling it as a text field does nothing.
Instructions
Choose an option in a dropdown, by value, visible text or index. Filling a select as though it were a text field does nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | A ref from session_snapshot, such as @e12, used instead of selector | |
| text | No | Visible option text to choose; matched exactly first, then by substring | |
| index | No | Option index to choose | |
| tabId | No | ||
| value | No | Option value to choose | |
| selector | Yes | CSS selector for the <select> |