import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { FrameScheduledNavigationEvent } = default.Page;
Fired when frame schedules a potential navigation.
Properties
frameId: FrameId
Id of the frame that has scheduled a navigation.
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
reason: ClientNavigationReason
The reason for the navigation.