Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Page.NavigateRequest

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Page.NavigateRequest
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.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.