14 lines
543 B
Markdown
14 lines
543 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) > [windowId](./puppeteer.protocol.browser.setwindowboundsrequest.windowid.md)
|
||
|
|
||
|
## Protocol.Browser.SetWindowBoundsRequest.windowId property
|
||
|
|
||
|
Browser window id.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
windowId: WindowID;
|
||
|
```
|