Back to all steps

Wait for page load

Step fields
text (text)
Wait for a page load state.
load — all resources loaded, domcontentloaded — DOM ready, networkidle — no network for 500ms (default).
Usage example

Wait for a page load state.

Possible values:

  • load — all resources loaded (images, scripts)
  • domcontentloaded — the DOM is built, resources may still be loading
  • networkidle — no active network requests for 500ms (the default value)