deno-puppeteer
deno-puppeteer copied to clipboard
fix: install puppeteer if executablePath not given (#9)
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.
@lucacasonato any updates?