puppeteer/docs/api/puppeteer.viewport.height.md
2022-07-05 15:41:43 +02:00

16 lines
171 B
Markdown

---
sidebar_label: Viewport.height
---
# Viewport.height property
The page height in pixels.
**Signature:**
```typescript
interface Viewport {
height: number;
}
```