25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<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. |
|
|
|