import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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.