14 lines
633 B
Markdown
14 lines
633 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) > [GetWindowForTargetRequest](./puppeteer.protocol.browser.getwindowfortargetrequest.md) > [targetId](./puppeteer.protocol.browser.getwindowfortargetrequest.targetid.md)
|
|
|
|
## Protocol.Browser.GetWindowForTargetRequest.targetId property
|
|
|
|
Devtools agent host id. If called as a part of the session, associated targetId is used.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
targetId?: Target.TargetID;
|
|
```
|