puppeteer/new-docs/puppeteer.protocol.target.attachedtotargetevent.md
2020-07-13 14:01:35 +01:00

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