chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / GetNavigationHistoryResponse

GetNavigationHistoryResponse

data class GetNavigationHistoryResponse

Response type for the PageDomain.getNavigationHistory command.

Constructors

<init>

Response type for the PageDomain.getNavigationHistory command.

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

Properties

currentIndex

Index of the current navigation history entry.

val currentIndex: Int

entries

Array of navigation history entries.

val entries: List<NavigationEntry>