<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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. <b>Signature:</b> ```typescript export type WindowState = ('normal' | 'minimized' | 'maximized' | 'fullscreen'); ```