pl.wendigo.chrome.api.page / NavigateResponse

NavigateResponse

data class NavigateResponse (source)

Represents response frame that is returned from Page#navigate operation call. Navigates current page to the given URL.

Link
Page#navigate method documentation.

See Also

PageOperations.navigate

Constructors

<init>

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

Represents response frame that is returned from Page#navigate operation call. Navigates current page to the given URL.

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.