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

NavigateToHistoryEntryRequest

data class NavigateToHistoryEntryRequest

Request object containing input parameters for the PageDomain.navigateToHistoryEntry command.

Constructors

<init>

Request object containing input parameters for the PageDomain.navigateToHistoryEntry command.

NavigateToHistoryEntryRequest(entryId: Int)

Properties

entryId

Unique id of the entry to navigate to.

val entryId: Int