Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 171 Bytes

puppeteer.viewport.height.md

File metadata and controls

15 lines (11 loc) · 171 Bytes
sidebar_label
Viewport.height

Viewport.height property

The page height in pixels.

Signature:

interface Viewport {
  height: number;
}