puppeteer/new-docs/puppeteer.protocol.browser.windowstate.md
2020-07-13 14:01:35 +01:00

491 B

Home > puppeteer > Protocol > Browser > WindowState

Protocol.Browser.WindowState type

The state of the browser window.

Signature:

export type WindowState = ('normal' | 'minimized' | 'maximized' | 'fullscreen');