select_option
InteractionSelects an option in a native select element.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
selector | string | Yes | — | Element selector using type=value format |
value | string | Yes | — | Option value or visible text |
iframe | string | No | | CSS selector for iframe context |
timeout | number | No | 5000 | Maximum wait time in milliseconds |
Usage Example
RTILA X PROJECT JSON
{
"command": "select_option",
"params": {
"selector": "css=#country",
"value": "USA",
"iframe": "",
"timeout": 5000
}
}
Related Scenarios
- View /scenarios/forms/4 · forms
Related Learning Articles
Was this helpful?
Thank you for your feedback!