Class Page.NavigateResponse
java.lang.Object
org.openqa.selenium.devtools.v139.page.Page.NavigateResponse
- Enclosing class:
 Page
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionUser friendly error message, present if and only if navigation has failed.Frame id that has navigated (or failed to navigate)Loader identifier. 
- 
Constructor Details
- 
NavigateResponse
 
 - 
 - 
Method Details
- 
getFrameId
Frame id that has navigated (or failed to navigate) - 
getLoaderId
Loader identifier. This is omitted in case of same-document navigation, as the previously committed loaderId would not change. - 
getErrorText
User friendly error message, present if and only if navigation has failed. 
 -