DocumentationFull-Page Reliability

Full-Page Reliability

Make long pages consistent.

Adjust scroll delay

{
  "full_page": true,
  "full_page_scroll_delay_ms": 800
}

Use sections when the page is unstable

{
  "full_page": true,
  "full_page_algorithm": "sections"
}

Cap extreme pages

{
  "full_page": true,
  "full_page_max_height": 12000
}

Chunk output for huge pages

{
  "capture": { "mode": "chunks" }
}
Updated 1 day ago
Did this page help you?