heroku-buildpack-google-chrome
heroku-buildpack-google-chrome copied to clipboard
Add ability to install a specific version of Chrome
I'm creating this PR because I was needing this functionality in a project. I'm using Selenium with chromedriver and the application constantly was having problems after a chrome update in the stable channel.
This PR adds the ability to define a chrome version by specifying the GOOGLE_CHROME_VERSION
env var.
The version must be chosen from the list of versions on this site: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
I'm creating this PR because I was needing this functionality in a project. I'm using Selenium with chromedriver and the application constantly was having problems after a chrome update in the stable channel. This PR adds the ability to define a chrome version by specifying the
GOOGLE_CHROME_VERSION
env var.The version must be chosen from the list of versions on this site: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
I have the same problem.
Same problem, thanks for the solution, will check it out on a fork