mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
931 B
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. |