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

14 lines
595 B
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; [GetNavigationHistoryResponse](./puppeteer.protocol.page.getnavigationhistoryresponse.md) &gt; [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md)
## Protocol.Page.GetNavigationHistoryResponse.currentIndex property
Index of the current navigation history entry.
<b>Signature:</b>
```typescript
currentIndex: integer;
```