1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Target > AttachedToTargetEvent
Protocol.Target.AttachedToTargetEvent interface
Issued when attached to target because of auto-attach or attachToTarget
command.
Signature:
export interface AttachedToTargetEvent
Properties
Property | Type | Description |
---|---|---|
sessionId | SessionID | Identifier assigned to the session used to send/receive messages. |
targetInfo | TargetInfo | |
waitingForDebugger | boolean |