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

931 B

Home > puppeteer > Protocol > Page > GetNavigationHistoryResponse

Protocol.Page.GetNavigationHistoryResponse interface

Signature:

export interface GetNavigationHistoryResponse 

Properties

Property Type Description
currentIndex integer Index of the current navigation history entry.
entries NavigationEntry[] Array of navigation history entries.