data class NavigateResponse
Response type for the PageDomain.navigate command.
<init> |
Response type for the PageDomain.navigate command. NavigateResponse(: FrameId, : LoaderId? = null, : String? = null) |
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? |