Skip to main content
Module

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

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.NavigateRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { NavigateRequest } = Protocol.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.