Supports Chrome version 85 Resolved issue 3578: Chrome 85 no longer allows graceful interaction with windows when an alert dialog is open For more details, please see the release notes. If you need a rollback of Chrome, check out the app's version history on Uptodown. It includes all the file versions available to download off Uptodown for that app. Download rollbacks of Chrome for Android. Any version of Chrome distributed on Uptodown is completely virus-free and free to download at no cost. 89.0.4389.105 Mar 23th, 2021.
I use Selenium web driver to scrap some website data that I need for my property analysis. In this case I use chromedriver.

When I want to run it after I upgraded my Chrome browser on Ubuntu I found this error.
My steps to resolve this
1) Check my Chrome browser version and found it is 87.
Download Google Chrome Version 85
2) Check my chromedriver version by typing
I found my version is 85 not same as my browser.
3) Check the location of the chrome driver by typing
In my case I found my chrome driver at /usr/local/sbin
4) Download the latest chromedriver at Google ChromeDriver Website

5) After extracting the latest chromedriver, replace the old one.
Then when I run back my program, it works!
Chrome Version 85.0
Related Posts
- WebDriverIO Version 5 vs Version 4 Differences
I used webdriverIO library in my programming. Recently I upgraded from version 4 to version…
- Selenium User Agent vs Normal Browser User Agent
I noticed lots of websites now implement anti robot from website scraping. Most of them…
- Selenium Webdriver How To Increase Time Out for Page Load, Script Load or Element Locator
I couldn't find at Stackoverflow on how to increase the timeout and the Selenium API…
