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

25 lines
1.2 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [NavigationEntry](./puppeteer.protocol.page.navigationentry.md)
## Protocol.Page.NavigationEntry interface
Navigation history entry.
<b>Signature:</b>
```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. |