Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Page.NavigationEntry
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { NavigationEntry } = default.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.