wait_for_load_state
WaitingWaits for the page load state such as networkidle.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
state | string | Yes | — | Page load state to wait for
Options: load, domcontentloaded, networkidle |
timeout | number | No | 30000 | Maximum wait time in milliseconds |
Usage Example
RTILA X PROJECT JSON
{
"command": "wait_for_load_state",
"params": {
"state": "networkidle",
"timeout": 30000
}
}
Related Scenarios
- View /scenarios/dynamic-content/1 · dynamic content
Related Learning Articles
Was this helpful?
Thank you for your feedback!