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

Properties

url: string

URL to navigate the page to.

optional
referrer: string

Referrer URL.

optional
transitionType: TransitionType

Intended transition type.

optional
frameId: FrameId

Frame id to navigate, if not specified navigates the top frame.

optional
referrerPolicy: ReferrerPolicy

Referrer-policy used for the navigation.