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

14 lines
683 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; [SetWindowBoundsRequest](./puppeteer.protocol.browser.setwindowboundsrequest.md) &gt; [bounds](./puppeteer.protocol.browser.setwindowboundsrequest.bounds.md)
## Protocol.Browser.SetWindowBoundsRequest.bounds property
New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.
<b>Signature:</b>
```typescript
bounds: Bounds;
```