Skip to main content
Go to Latest
interface default.Page.FrameNavigatedEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { FrameNavigatedEvent } = default.Page;

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Properties

frame: Frame

Frame object.