puppeteer/new-docs/puppeteer.protocol.page.navigationentry.md
2020-07-13 14:01:35 +01:00

1.2 KiB

Home > puppeteer > Protocol > Page > NavigationEntry

Protocol.Page.NavigationEntry interface

Navigation history entry.

Signature:

export interface NavigationEntry 

Properties

Property Type Description
id integer Unique id of the navigation history entry.
title string Title of the navigation history entry.
transitionType TransitionType Transition type.
url string URL of the navigation history entry.
userTypedURL string URL that the user typed in the url bar.