Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.FrameRequestedNavigationEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.FrameRequestedNavigationEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { FrameRequestedNavigationEvent } = Protocol.Page;

Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.

Properties

frameId: FrameId

Id of the frame that is being navigated.

reason: ClientNavigationReason

The reason for the navigation.

url: string

The destination URL for the requested navigation.

disposition: ClientNavigationDisposition

The disposition for the navigation.