Module

x/puppeteer/vendor/puppeteer-core/puppeteer/common/Errors.js

A port of puppeteer running on Deno
Latest
import * as mod from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Errors.js";

Classes

ProtocolError is emitted whenever there is an error from the protocol.

TimeoutError is emitted whenever certain operations are terminated due to timeout.

Variables

Puppeteer methods might throw errors if they are unable to fulfill a request. For example, page.waitForSelector(selector[, options]) might fail if the selector doesn't match any nodes during the given timeframe.