Screenshots
Browser Selection
Choose which browser engine (Chrome or Firefox) is used to capture your screenshot.
Available browsers
- Chrome — Chromium-based, best compatibility with modern JavaScript-heavy sites. This is the default.
- Firefox — Gecko-based, useful for cross-browser consistency testing.
Which browser should I use?
For most use cases, Chrome is the recommended choice. It renders virtually all modern websites correctly and executes JavaScript efficiently.
Use Firefox when you specifically need to test how a page renders in Gecko-based browsers, or to detect browser-specific CSS or layout issues.
API usage
{
"url": "https://example.com",
"browser": "chrome"
}
Accepted values: chrome, firefox.
Tags
Last updated March 27, 2026