puppeteer/new-docs/puppeteer.protocol.page.viewport.height.md

14 lines
496 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [Viewport](./puppeteer.protocol.page.viewport.md) &gt; [height](./puppeteer.protocol.page.viewport.height.md)
## Protocol.Page.Viewport.height property
Rectangle height in device independent pixels (dip).
<b>Signature:</b>
```typescript
height: number;
```