UNPKG

@cityssm/puppeteer-launch

Version:

Launch Puppeteer, falling back to system browsers when the cached ones aren't working or aren't available.

9 lines (8 loc) 236 B
/** * Installs the Chrome browser for Puppeteer. */ export declare function installChromeBrowser(): Promise<void>; /** * Installs the Firefox browser for Puppeteer. */ export declare function installFirefoxBrowser(): Promise<void>;