puppeteer/docs/api/puppeteer.viewport.height.md
2022-07-01 11:52:39 +00:00

16 lines
171 B
Markdown

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