After ChromeDriver starts the Chrome browser, the address bar only displays data; -- the chromeDriver version is wrong

After ChromeDriver starts the Chrome browser, the address bar only displays data;

wrong reason:

The chromeDriver version is wrong, different versions of chromeDriver correspond to different versions of the chrome browser

 

Chromedriver download address: http://chromedriver.storage.googleapis.com/index.html

chromedriver version Supported Chrome Versions
v2.25 v53-55
v2.24 v52-54
v2.23 v51-53
v2.22 v49-52
v2.21 v46-50
v2.20 v43-48
v2.19 v43-47
v2.18 v43-46
v2.17 v42-43
v2.13 v42-45
v2.15 v40-43
v2.14 v39-42
v2.13 v38-41
v2.12 v36-40
v2.11 v36-40
v2.10 v33-36
v2.9 v31-34
v2.8 v30-33
v2.7 v30-33
v2.6 v29-32
v2.5 v29-32
v2.4 v29-32

 

Solution: Find the chromeDriver version suitable for your chrome browser and go to the official website (I can download it without climbing the wall) to download

And copy the downloaded chromedriver.exe to the scripts folder under the python folder: D:\python3.6\Scripts\chromedriver.exe

Then you can run it~

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325950744&siteId=291194637