import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { FrameClearedScheduledNavigationEvent } = default.Page;
Fired when frame no longer has a scheduled navigation.
Properties
frameId: FrameId
Id of the frame that has cleared its scheduled navigation.