pl.wendigo.chrome.domain.page / NavigateResponse

NavigateResponse

data class NavigateResponse (source)

Represents response frame for Page.navigate method call.

Navigates current page to the given URL.

Constructors

<init>

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

Represents response frame for Page.navigate method call.

Properties

errorText

val errorText: String?

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

frameId

val frameId: FrameId

Frame id that has navigated (or failed to navigate)

loaderId

val loaderId: LoaderId?

Loader identifier.