puppeteer/new-docs/puppeteer.protocol.browser.getwindowboundsrequest.md

19 lines
690 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Browser](./puppeteer.protocol.browser.md) &gt; [GetWindowBoundsRequest](./puppeteer.protocol.browser.getwindowboundsrequest.md)
## Protocol.Browser.GetWindowBoundsRequest interface
<b>Signature:</b>
```typescript
export interface GetWindowBoundsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [windowId](./puppeteer.protocol.browser.getwindowboundsrequest.windowid.md) | [WindowID](./puppeteer.protocol.browser.windowid.md) | Browser window id. |