Home > AI > Testing > Selenium >

TroubleShooting-selenium crawling via chromedriver gets version mismatch

Python Selenium proves to be an excellent tool for both data mining and data analysis.

However, users may encounter issues with version incompatibility between chromedriver and Chrome.

Resolving this problem is a straightforward process.

Firstly, update chromedriver by executing brew install chromedriver in the terminal.

Secondly, download the latest version of Chrome.

Then viola! You are all set.

Related posts:
Relevant tags:

Leave a Reply