A port of puppeteer running on Deno
``` C:\> set PUPPETEER_PRODUCT=firefox C:\> deno run -A --unstable https://deno.land/x/[email protected]/install.ts Download https://deno.land/x/[email protected]/install.ts Check https://deno.land/x/[email protected]/install.ts 100.00% 21.1s 83721209/83721209 error: Uncaught (in promise) NotFound: The system cannot find the path specified. (os error 3) await Deno.writeFile(ff, content); ^ at unwrapOpResult (deno:core/core.js:99:13) at async open (deno:runtime/js/40_files.js:46:17) at async Object.writeFile (deno:runtime/js/40_write_file.js:58:18) at async JSZip.unzip (https://deno.land/x/[email protected]/vendor/puppeteer-core/vendor/zip/mod.ts:203:7) at async extractZip (https://deno.land/x/[email protected]/src/deno/BrowserFetcher.ts:473:3) at async BrowserFetcher.download (https://deno.land/x/[email protected]/src/deno/BrowserFetcher.ts:283:7) at async https://deno.land/x/[email protected]/install.ts:34:27 C:\> deno -V deno 1.9.2 ``` Installing Chrome worked just fine.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by MarkTiedemann and has received 1 comments.