puppeteer/new-docs/puppeteer.protocol.page.getnavigationhistoryresponse.md

20 lines
931 B
Markdown
Raw Normal View History

<!-- 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; [GetNavigationHistoryResponse](./puppeteer.protocol.page.getnavigationhistoryresponse.md)
## Protocol.Page.GetNavigationHistoryResponse interface
<b>Signature:</b>
```typescript
export interface GetNavigationHistoryResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md) | [integer](./puppeteer.protocol.integer.md) | Index of the current navigation history entry. |
| [entries](./puppeteer.protocol.page.getnavigationhistoryresponse.entries.md) | [NavigationEntry](./puppeteer.protocol.page.navigationentry.md)<!-- -->\[\] | Array of navigation history entries. |