Capture timing

Wait for a supported load condition, add a delay, or wait for a selector before capture.

What you get

Fewer premature captures

Give client-rendered content time to replace loading states.

Explicit readiness

Wait for a selector that marks important content as ready.

Bounded work

Use a request timeout from 1 to 60 seconds.

Steps

01

Choose readiness

Select a load condition, delay, or selector.

02

Set a timeout

Bound the complete request.

03

Capture after readiness

Rendering proceeds once conditions pass.

Capture timingCapturewell
{
  "url": "https://example.com/report",
  "wait_until": "networkidle2",
  "delay_ms": 750,
  "wait_for_selector": "#report-ready"
}

Try capture timing

Start with 100 free credits. No card required.

Create a free account