989 B
989 B
Home > puppeteer > Protocol > Page > NavigateResponse
Protocol.Page.NavigateResponse interface
Signature:
export interface NavigateResponse
Properties
Property | Type | Description |
---|---|---|
errorText | string | User friendly error message, present if and only if navigation has failed. |
frameId | FrameId | Frame id that has navigated (or failed to navigate) |
loaderId | Network.LoaderId | Loader identifier. |