My chrome version is Version 84.0.4147.105 but available chrome version is Version 84.0.4147.30 its causing an error to launch chrome through selenium what should i do apart from downgrading the chrome version .
Asked
Active
Viewed 3,601 times
1

undetected Selenium
- 183,867
- 41
- 278
- 352

PRATIK BURNWAL
- 31
- 1
- 5
-
Where can we find _available chrome version is Version 84.0.4147.30_? Can you help us please? – undetected Selenium Jul 31 '20 at 18:23
-
http://chromedriver.storage.googleapis.com/index.html this is the link – PRATIK BURNWAL Jul 31 '20 at 18:26
2 Answers
1
The latest stable ChromeDriver is ChromeDriver 84.0.4147.30.
This version of ChromeDriver is well tested for all the minor versions of google-chrome Version 84.x.y.z.
Conclusion
Irespective of the difference within the minor versions of Google Chrome, all the chrome=84.x.y.z
versions should work flawless using ChromeDriver 84.0.4147.30.

undetected Selenium
- 183,867
- 41
- 278
- 352
-
1There is no need to downgrade the version of chrome browser just select 84th version of any chromedriver it will work – PRATIK BURNWAL Aug 01 '20 at 07:21
-
-
I am having this issue on linux, the browser Google Chrome 84.0.4147.135, and chromedriver version 84.0.4147.30. And getting below error ERROR - Could not instantiate new WebDriver instance of type class org.openqa.selenium.chrome.ChromeDriver (unknown error: Chrome failed to start: exited abnormally. I am using serenity BDD framework. – Das Khatri Aug 23 '20 at 14:35
0
Chrome browsers are updating time to time so you need to use exact driver version of exe to that you can download form "https://chromedriver.chromium.org/downloads" and kill driver via command prompt and refresh build and use it

Justin Lambert
- 940
- 1
- 7
- 13