[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [Bounds](./puppeteer.protocol.browser.bounds.md) > [windowState](./puppeteer.protocol.browser.bounds.windowstate.md) ## Protocol.Browser.Bounds.windowState property The window state. Default to normal. Signature: ```typescript windowState?: WindowState; ```