1.3 KiB
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. |