Wait Until

Control when the page is considered ready for capture. Critical for getting clean screenshots without loading states.

Wait Until Options

Load
Fastest

Wait for the load event. The page and all resources (images, stylesheets) have loaded.

DOM Content Loaded
Recommended

Wait for DOM to be ready. Faster than "load" and prevents cookie banners from appearing in animations.

Network Idle 0

Wait until no network requests for 500ms. Most thorough but slowest.

Network Idle 2

Wait until ≤2 network requests for 500ms. Good balance for dynamic pages.

Capture Delay

Additional delay in seconds before capturing. Useful for waiting for animations or dynamic content to load.

Range: 0-30 seconds

Default: 0 seconds

Wait for Selector

Wait for a specific CSS selector to appear before capturing. Useful for waiting for dynamic content.

.content-loaded, #main, [data-ready="true"]

Maximum wait time: 10 seconds

Navigation Timeout

Maximum time to wait for page navigation in seconds.

Range: 1-300 seconds

Default: 30 seconds