Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.NavigateResponse

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.NavigateResponse
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { NavigateResponse } = Protocol.Page;

Properties

frameId: FrameId

Frame id that has navigated (or failed to navigate)

optional
loaderId: Network.LoaderId

Loader identifier. This is omitted in case of same-document navigation, as the previously committed loaderId would not change.

optional
errorText: string

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