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, |