puppeteer/new-docs/puppeteer.protocol.browser.getwindowfortargetresponse.bounds.md

14 lines
650 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; [GetWindowForTargetResponse](./puppeteer.protocol.browser.getwindowfortargetresponse.md) &gt; [bounds](./puppeteer.protocol.browser.getwindowfortargetresponse.bounds.md)
## Protocol.Browser.GetWindowForTargetResponse.bounds property
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
<b>Signature:</b>
```typescript
bounds: Bounds;
```