Class Page.NavigateResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.page.Page.NavigateResponse
-
- Enclosing class:
- Page
public static class Page.NavigateResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavigateResponse(FrameId frameId, LoaderId loaderId, java.lang.String errorText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorText()User friendly error message, present if and only if navigation has failed.FrameIdgetFrameId()Frame id that has navigated (or failed to navigate)LoaderIdgetLoaderId()Loader identifier.
-