1

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 .

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

2 Answers2

1

The latest stable ChromeDriver is ChromeDriver 84.0.4147.30.

This version of ChromeDriver is well tested for all the minor versions of 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
  • 1
    There 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
  • @PRATIKBURNWAL Yes, that's exactly what I meant. – undetected Selenium Aug 01 '20 at 11:34
  • 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