Friday 31 January 2020

windows - How do I install a previous version of Chrome?


I have a problem with the latest version of Chrome (https://stackoverflow.com/questions/31225926/how-do-i-download-a-file-with-webdriver-in-the-latest-chrome-version-43-0-2357-1) so I need to download and install the previous version of Chrome. A few places suggest FileHippo or OldVersion, but FileHippo only redirects to Google's Chrome download page and OldVersion only goes up to version 23.


http://filehippo.com/download_google_chrome/history/2/


http://www.oldversion.com/windows/google-chrome/


All the similar questions are out of date.


I already turned off auto update by setting the registry key.



Answer



You can look up the build version of a Chromium version on https://omahaproxy.appspot.com. Simply paste the version (e.g. 40.0.2172.0) into the position lookup field and submit.


In the output the "base position" represents the build number.


example


With this number you can finally find the corresponding download on either:



  1. this page - for builds before early 2016, or

  2. this page - for builds since early 2016


Updated links may be found on the Getting Involved page of the Chromium Wiki.



No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...