Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
import * as puppeteer from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/FrameManager.d.ts";

Classes

At every point of time, page exposes its current frame tree via the Page.mainFrame | page.mainFrame and Frame.childFrames | frame.childFrames methods.

Variables

We use symbols to prevent external parties listening to these events. They are internal to Puppeteer.