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