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

1.3 KiB

Home > puppeteer > Protocol > Browser > Bounds

Protocol.Browser.Bounds interface

Browser window bounds information

Signature:

export interface Bounds 

Properties

Property Type Description
height integer The window height in pixels.
left integer The offset from the left edge of the screen to the window in pixels.
top integer The offset from the top edge of the screen to the window in pixels.
width integer The window width in pixels.
windowState WindowState The window state. Default to normal.