Selenium Error. Chrome version error

“I used Selenium months ago to scrape data from a web page, and I succeeded. Now, when I run it again, I’m getting the error attached. I would appreciate support for a solution.”

It seems your Chrome browser was updated since then. Unfortunately the Chrome API changes very frequently therefore Selenium (more specifically the chromedriver behind it) can only support a narrow version range and your browser is outside the range by now.
You can try Firefox instead, for example.

1 Like