puppeteer/website/versioned_docs/version-19.7.3/api/puppeteer.screenshotoptions.capturebeyondviewport.md

20 lines
292 B
Markdown
Raw Normal View History

---
sidebar_label: ScreenshotOptions.captureBeyondViewport
---
# ScreenshotOptions.captureBeyondViewport property
Capture the screenshot beyond the viewport.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface ScreenshotOptions {
captureBeyondViewport?: boolean;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
`true`