20 lines
990 B
Markdown
20 lines
990 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)
|
|
|
|
## 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. |
|
|
|