[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [GetWindowBoundsRequest](./puppeteer.protocol.browser.getwindowboundsrequest.md) ## Protocol.Browser.GetWindowBoundsRequest interface Signature: ```typescript export interface GetWindowBoundsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [windowId](./puppeteer.protocol.browser.getwindowboundsrequest.windowid.md) | [WindowID](./puppeteer.protocol.browser.windowid.md) | Browser window id. |