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