puppeteer/new-docs/puppeteer.protocol.page.navigateresponse.md
2020-07-13 14:01:35 +01:00

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.