import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { FrameAttachedEvent } = default.Page;
Fired when frame has been attached to its parent.
Properties
frameId: FrameId
Id of the frame that has been attached.
parentFrameId: FrameId
Parent frame identifier.
optional
stack: Runtime.StackTraceJavaScript stack trace of when frame was attached, only set if frame initiated from script.