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

19 lines
788 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; [GetWindowBoundsResponse](./puppeteer.protocol.browser.getwindowboundsresponse.md)
## Protocol.Browser.GetWindowBoundsResponse interface
<b>Signature:</b>
```typescript
export interface GetWindowBoundsResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bounds](./puppeteer.protocol.browser.getwindowboundsresponse.bounds.md) | [Bounds](./puppeteer.protocol.browser.bounds.md) | Bounds information of the window. When window state is 'minimized', the restored window position and size are returned. |