deno-puppeteer icon indicating copy to clipboard operation
deno-puppeteer copied to clipboard

fix: install puppeteer if executablePath not given (#9)

Open Symbitic opened this issue 4 years ago • 1 comments

This implements the second solution that @lucacasonato suggested in #9. It will install the latest Chromium if no executablePath is given to puppeteer.launch.

It adds an uninstall script so that this can be tested separately in CI. This doesn't break anything, so the install script can still be used when desired. It does disable the progress bar when installing from puppeteer.launch, which might cause confusion for some users because it will take a long time to download without indicating why.

Symbitic avatar Aug 04 '21 13:08 Symbitic

@lucacasonato any updates?

Symbitic avatar Jun 12 '22 22:06 Symbitic