screenshot_tablet
Capture a screenshot at iPad viewport (820x1180).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | The URL to screenshot |
fullPage | boolean | No | false | Capture full scrollable page |
format | string | No | "png" | png, jpeg, or webp |
Advanced Capture Controls
Also supports cookieConsent, waitFor, waitUntil, timeoutMs, preScreenshotJs, deviceScaleFactor, and clickBefore. Use these for JS-heavy SPAs, cookie banners, chat widgets, custom popups, and retina captures.
Example
Take a tablet screenshot of https://myapp.comNotes
- Uses iPad dimensions: 820x1180
- Useful for testing tablet-specific breakpoints