get_property
ExtractionReads a DOM property such as input.value.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
selector | string | Yes | — | Element selector using type=value format |
property | string | Yes | — | DOM property name e.g. value checked |
output_variable | string | No | | Variable name to store result |
iframe | string | No | | CSS selector for iframe context |
timeout | number | No | 5000 | Maximum wait time in milliseconds |
Usage Example
RTILA X PROJECT JSON
{
"command": "get_property",
"params": {
"selector": "css=#email",
"property": "value",
"output_variable": "email_value",
"iframe": "",
"timeout": 5000
}
}
Related Scenarios
- View /scenarios/forms/2 · forms
Related Learning Articles
Was this helpful?
Thank you for your feedback!