Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Page.FrameScheduledNavigationEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { FrameScheduledNavigationEvent } = default.Page;

Fired when frame schedules a potential navigation.

Properties

frameId: FrameId

Id of the frame that has scheduled a navigation.

delay: number

Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.

The reason for the navigation.

url: string

The destination URL for the scheduled navigation.