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

NavigateResponse

data class NavigateResponse

Response type for the PageDomain.navigate command.

Constructors

<init>

Response type for the PageDomain.navigate command.

NavigateResponse(frameId: FrameId, loaderId: LoaderId? = null, errorText: String? = null)

Properties

errorText

User friendly error message, present if and only if navigation has failed.

val errorText: String?

frameId

Frame id that has navigated (or failed to navigate)

val frameId: FrameId

loaderId

Loader identifier.

val loaderId: LoaderId?