mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
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. |