DocumentationTimeouts and Waits

Timeouts and Waits

Tune timing for dynamic pages.

Controls how long the initial navigation can take.

{
  "wait": { "navigation_timeout_ms": 30000 }
}

Render timeout

Controls the overall time to finish the capture.

{
  "wait": { "timeout_ms": 45000 }
}

Wait conditions

{
  "wait": { "wait_until": ["networkidle"] }
}

Fixed delays

{
  "wait": { "delay_ms": 1500 }
}

Tips

  • Use async jobs for long renders.
  • Increase timeouts when using proxies.
  • Avoid over-waiting on pages with infinite loading.
Updated 1 day ago
Did this page help you?