Skip to main content

wait_for_load_state

Waiting

Waits 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

Related Learning Articles

Was this helpful?