heroku-buildpack-google-chrome icon indicating copy to clipboard operation
heroku-buildpack-google-chrome copied to clipboard

Add ability to install a specific version of Chrome

Open bmelo opened this issue 3 years ago • 3 comments

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

bmelo avatar Nov 05 '21 18:11 bmelo

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.

GabrielLyonB avatar Nov 17 '21 20:11 GabrielLyonB

Same problem, thanks for the solution, will check it out on a fork

nachoal avatar Aug 04 '22 17:08 nachoal