Unable to download both chromium and firefox
See original GitHub issueIt’s possible to influence the postinstall script by setting the puppeteer product environment variable.
However this variable accepts only a single value, while I’d like to use puppeteer to run both chromium and firefox in a single project.
PUPPETEER_PRODUCT is already used for running puppeteer, so it makes sense that it’s a single value only. Could we perhaps add a separate environment variable to configure just the installation behavior, which allows setting multiple products? For example PUPPETEER_INSTALL=chrome,firefox.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
What to do if you can't download or save files | Firefox Help
What to do if you can't download or save files · Check the Downloads panel for blocked downloads · Clear the download history...
Read more >Unable to install Google Chrome and Mozilla Firefox.
While I am able to log on explorer unable to install both google and firefox. some software is obstructing. This thread is locked....
Read more >Unable To Install Firefox And Google Chro… - Apple Community
I just downloaded both Firefox & Chrome from their respective websites, and every time I drag the installer into the Applications folder to ......
Read more >Firefox AND Chrome refuse to download anything except in ...
When the selected folder is the default Downloads folder (I configured both browsers to ask), the download happens normally. Smells like a ...
Read more >70197 - Unable to start Chromium on Archlinux - Monorail
Issue 70197 : Unable to start Chromium on Archlinux ... Behavior in Linux Firefox: ... I have installed both google-chrome-unstable and chromium.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Once puppeteer-firefox is no longer experimental,
npm i puppeteerwill install both browsers.@mjzffr @mathiasbynens Thanks for the info. Do we have any rough estimates or goals when it will no longer be experimental? We want to ship (experimental) firefox support for puppeteer in web test runner. I’m happy to create a PR to create a solution for the short term.