<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Browser](./puppeteer.protocol.browser.md) &gt; [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');
```