[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [WindowState](./puppeteer.protocol.browser.windowstate.md) ## Protocol.Browser.WindowState type The state of the browser window. Signature: ```typescript export type WindowState = ('normal' | 'minimized' | 'maximized' | 'fullscreen'); ```