<!-- 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; ```