-
public final class NavigateResponseResponse type for the PageDomain.navigate command.
-
-
Constructor Summary
Constructors Constructor Description NavigateResponse(String frameId, String loaderId, String errorText)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final NavigateResponsecopy(String frameId, String loaderId, String errorText)final StringgetFrameId()Frame id that has navigated (or failed to navigate) final StringgetLoaderId()Loader identifier. final StringgetErrorText()User friendly error message, present if and only if navigation has failed. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final NavigateResponse copy(String frameId, String loaderId, String errorText)
-
getFrameId
final String getFrameId()
Frame id that has navigated (or failed to navigate)
-
getLoaderId
final String getLoaderId()
Loader identifier.
-
getErrorText
final String getErrorText()
User friendly error message, present if and only if navigation has failed.
-
-
-
-