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

Navigation history entry.

Properties

Unique id of the navigation history entry.

url: string

URL of the navigation history entry.

userTypedURL: string

URL that the user typed in the url bar.

title: string

Title of the navigation history entry.

transitionType: TransitionType

Transition type.