Google Drive configuration below is the Google Browser and chromedriver version of the corresponding relationship, for reference:
Chromedriver v2.39 (2018-05-30)----------Supports Chrome v66-68
Chromedriver v2.38 (2018-04-17)----------Supports Chrome v65-67
Chromedriver v2.37 (2018-03-16)----------Supports Chrome v64-66
Chromedriver v2.36 (2018-03-02)----------Supports Chrome v63-65
Chromedriver v2.35 (2018-01-10)----------Supports Chrome v62-64chromedriver
http://npm.taobao.org/mirrors/chromedriver/
The current Google Drive only supports 32-bit unsupported 64-bit. Build python under Selenium drive Google Chrome Environment:
Https://jingyan.baidu.com/article/fea4511a2a5270f7bb9125dc.html
If Python and selenium are already configured before you configure Chrome, you only need to
1. Paste the Chromedriver.exe file into the python path under C:\Python27
2. Paste the Chromedriver.exe to the file C:\Python27\Scripts path.
3. Use driver= Webdriver in your code. Chrome () can be opened in the Chrome browser.
4. Open the scene as follows.
Python installation Chromedriver