puppeteer/new-docs/puppeteer.protocol.browser.getwindowfortargetrequest.md

19 lines
781 B
Markdown
Raw Normal View History

<!-- 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; [GetWindowForTargetRequest](./puppeteer.protocol.browser.getwindowfortargetrequest.md)
## Protocol.Browser.GetWindowForTargetRequest interface
<b>Signature:</b>
```typescript
export interface GetWindowForTargetRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [targetId](./puppeteer.protocol.browser.getwindowfortargetrequest.targetid.md) | [Target.TargetID](./puppeteer.protocol.target.targetid.md) | Devtools agent host id. If called as a part of the session, associated targetId is used. |