Testing workflows
Visual Regression Screenshots
Capture stable page states for lightweight visual review, release evidence, and regression workflows.
A simpler capture workflow
Reliable visual checks start with predictable readiness. Wait for a selector, text, load state, or short delay, then capture the page or the exact component under review.
Example request
{
"url": "https://example.com/dashboard",
"output": "png",
"selector": "#weekly-chart",
"wait_for": { "selector": "#weekly-chart[data-ready=true]" }
}Related guides
Full-Page Screenshot API
Capture an entire scrolling webpage in one image, with lazy-content loading and a separate 20,000-pixel safety ceiling.
Website Screenshot API
Capture public webpages as PNG, JPEG, or WebP with a strict JSON API, predictable waits, and full-page or viewport control.
Webpage Archiving API
Preserve a public webpage as a full-page image, PDF, HTML, or clean Markdown artifact.