Hi!
I am trying to use Puppeteer in a Code piece and get the following error:
Could not find Chrome (ver. 117.0.5938.149). This can occur if either
- you did not perform an installation before running the script (e.g. `npm install)
or- your cache path is incorrectly configured (which is: /tmp/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at Configuration | Puppeteer.
Has anyone succeeded in running Puppeteer from a code piece? What’s the trick?
All the best,
Frazze