[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [GetNavigationHistoryResponse](./puppeteer.protocol.page.getnavigationhistoryresponse.md) > [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md) ## Protocol.Page.GetNavigationHistoryResponse.currentIndex property Index of the current navigation history entry. Signature: ```typescript currentIndex: integer; ```