Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Page.NavigateResponse
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { NavigateResponse } = Protocol.Page;

Properties

frameId: FrameId

Frame id that has navigated (or failed to navigate)

optional
loaderId: Network.LoaderId

Loader identifier.

optional
errorText: string

User friendly error message, present if and only if navigation has failed.