20 lines
965 B
Markdown
20 lines
965 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) > [GetWindowForTargetResponse](./puppeteer.protocol.browser.getwindowfortargetresponse.md)
|
||
|
|
||
|
## Protocol.Browser.GetWindowForTargetResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetWindowForTargetResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [bounds](./puppeteer.protocol.browser.getwindowfortargetresponse.bounds.md) | [Bounds](./puppeteer.protocol.browser.bounds.md) | Bounds information of the window. When window state is 'minimized', the restored window position and size are returned. |
|
||
|
| [windowId](./puppeteer.protocol.browser.getwindowfortargetresponse.windowid.md) | [WindowID](./puppeteer.protocol.browser.windowid.md) | Browser window id. |
|
||
|
|