Introduction
There are often children's shoes asking such questions:
1. Where can i download chromedriver?
2, why do I have a good chromedriver but Chrome won't start?
Solution Solutions
Today we are going to solve them.
1, chromedriver official website: http://chromedriver.storage.googleapis.com/index.html
Here are all the versions, click on a version of the directory can see the detailed content, suffix Win32 is under Windows, suffix MAC64 is the Mac
2, why do I have a good chromedriver but Chrome won't start?
Because your chromedriver and chrome versions are inconsistent. The solution is divided into three steps:
Check out your chrome version and don't ask me what to look for .... For example: Mine is 60.
Visit Chromedriver official website, the higher the general version of the corresponding Chrome version is also higher, after looking for chrome 60 corresponds to Chromedriver 2.33. How is it determined? In fact, you enter the version of the directory click Notes.txt, Inside will tell you, such as
Copy the corresponding version of Chromedriver into your Python root directory and it's all right.
Questions about the selenium webdriver chromedriver download