pl.wendigo.chrome.api.page / GetNavigationHistoryResponse

GetNavigationHistoryResponse

data class GetNavigationHistoryResponse (source)

Represents response frame that is returned from Page#getNavigationHistory operation call. Returns navigation history for the current page.

Link
Page#getNavigationHistory method documentation.

See Also

PageOperations.getNavigationHistory

Constructors

<init>

GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)

Represents response frame that is returned from Page#getNavigationHistory operation call. Returns navigation history for the current page.

Properties

currentIndex

val currentIndex: Int

Index of the current navigation history entry.

entries

val entries: List<NavigationEntry>

Array of navigation history entries.