mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');