[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [NavigationEntry](./puppeteer.protocol.page.navigationentry.md) ## Protocol.Page.NavigationEntry interface Navigation history entry. Signature: ```typescript export interface NavigationEntry ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [id](./puppeteer.protocol.page.navigationentry.id.md) | [integer](./puppeteer.protocol.integer.md) | Unique id of the navigation history entry. | | [title](./puppeteer.protocol.page.navigationentry.title.md) | string | Title of the navigation history entry. | | [transitionType](./puppeteer.protocol.page.navigationentry.transitiontype.md) | [TransitionType](./puppeteer.protocol.page.transitiontype.md) | Transition type. | | [url](./puppeteer.protocol.page.navigationentry.url.md) | string | URL of the navigation history entry. | | [userTypedURL](./puppeteer.protocol.page.navigationentry.usertypedurl.md) | string | URL that the user typed in the url bar. |