[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [Bounds](./puppeteer.protocol.browser.bounds.md) > [height](./puppeteer.protocol.browser.bounds.height.md) ## Protocol.Browser.Bounds.height property The window height in pixels. Signature: ```typescript height?: integer; ```