14 lines
544 B
Markdown
14 lines
544 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [LayoutViewport](./puppeteer.protocol.page.layoutviewport.md) > [clientHeight](./puppeteer.protocol.page.layoutviewport.clientheight.md)
|
||
|
|
||
|
## Protocol.Page.LayoutViewport.clientHeight property
|
||
|
|
||
|
Height (CSS pixels), excludes scrollbar if present.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
clientHeight: integer;
|
||
|
```
|