You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to set the Chromium version used with Puppeteer via this package?
It seems that although Puppeteer provide a way to set the Chromium version during install, they don't want to use ENV vars in the actual code (puppeteer/puppeteer#2491 (comment)), so it needs to be set when creating the browser.
This would provide a way to pin Chromium to a version that works for individual needs - #17 for instance - and could help in the future for any breaking changes in Chromium.
The text was updated successfully, but these errors were encountered:
This would also be good for #47 - puppeteer also accepts a env to not download Chromium.
I'll try and find time next week to update the pull request with a better way to use other versions if needed for advanced use.
@DanielRuf@benperiton
Similar issue, trying to override the executable path for chromium. At work we are behind a firewall and already have an executable, so would like to provide the path instead of downloading chromium. Puppeteers api allows for this, is there any way to pass those configurations to relaxedjs?
Would it be possible to set the Chromium version used with Puppeteer via this package?
It seems that although Puppeteer provide a way to set the Chromium version during install, they don't want to use ENV vars in the actual code (puppeteer/puppeteer#2491 (comment)), so it needs to be set when creating the browser.
e.g.
This would provide a way to pin Chromium to a version that works for individual needs - #17 for instance - and could help in the future for any breaking changes in Chromium.
The text was updated successfully, but these errors were encountered: