mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |