491 B
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');