puppeteer-core
#905
mbardelmeijer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use
browser shot
withpuppeteer-core,
where a singular browser installation is installed server-wide, without installation in the~/.cache/puppeteer
folder?From what I can see,
puppeteer-core
is a drop-in replacement ofpuppeteer
, but without the downloading of the Chrome browser.Goal is to have a singular installation of Chrome across the webhost, where multiple unix users can share that singular installation to safe disk space. With 100+ Chrome installations of a few GiB each, disk space grows :)
Anyone had any success with this approach?
Beta Was this translation helpful? Give feedback.
All reactions