mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
990 B
990 B
Home > puppeteer > Protocol > Browser > SetWindowBoundsRequest
Protocol.Browser.SetWindowBoundsRequest interface
Signature:
export interface SetWindowBoundsRequest
Properties
Property | Type | Description |
---|---|---|
bounds | Bounds | New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged. |
windowId | WindowID | Browser window id. |