Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Target.AttachedToTargetEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AttachedToTargetEvent } = default.Target;

Issued when attached to target because of auto-attach or attachToTarget command.

Properties

sessionId: SessionID

Identifier assigned to the session used to send/receive messages.

targetInfo: TargetInfo
waitingForDebugger: boolean