mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Target > TargetInfo
Protocol.Target.TargetInfo interface
Signature:
export interface TargetInfo
Properties
Property | Type | Description |
---|---|---|
attached | boolean | Whether the target has an attached client. |
browserContextId | Browser.BrowserContextID | |
openerId | TargetID | Opener target Id |
targetId | TargetID | |
title | string | |
type | string | |
url | string |