Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
import * as puppeteer from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Errors.d.ts";

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.