puppeteer/new-docs/puppeteer.protocol.browser.setwindowboundsrequest.md
2020-07-13 14:01:35 +01:00

20 lines
990 B
Markdown

<!-- 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)
## Protocol.Browser.SetWindowBoundsRequest interface
<b>Signature:</b>
```typescript
export interface SetWindowBoundsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bounds](./puppeteer.protocol.browser.setwindowboundsrequest.bounds.md) | [Bounds](./puppeteer.protocol.browser.bounds.md) | New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged. |
| [windowId](./puppeteer.protocol.browser.setwindowboundsrequest.windowid.md) | [WindowID](./puppeteer.protocol.browser.windowid.md) | Browser window id. |