Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Page.FrameAttachedEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.StackTrace

JavaScript stack trace of when frame was attached, only set if frame initiated from script.