14 lines
683 B
Markdown
14 lines
683 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [SetWindowBoundsRequest](./puppeteer.protocol.browser.setwindowboundsrequest.md) > [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;
|
||
|
```
|