[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [SetWindowBoundsRequest](./puppeteer.protocol.browser.setwindowboundsrequest.md) ## Protocol.Browser.SetWindowBoundsRequest interface Signature: ```typescript export interface SetWindowBoundsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [bounds](./puppeteer.protocol.browser.setwindowboundsrequest.bounds.md) | [Bounds](./puppeteer.protocol.browser.bounds.md) | New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged. | | [windowId](./puppeteer.protocol.browser.setwindowboundsrequest.windowid.md) | [WindowID](./puppeteer.protocol.browser.windowid.md) | Browser window id. |