Python+selenium+drvier下载地址

Python下载地址https://www.python.org/downloads/

Firefox浏览器对应geckodriver下载地址:https://github.com/mozilla/geckodriver/releases

Chrome浏览器对应chromedriver下载地址https://npm.taobao.org/mirrors/chromedriver/或者http://chromedriver.storage.googleapis.com/index.html

IE浏览器对应IEDriverServer下载地址http://selenium-release.storage.googleapis.com/index.html

slenium离线安装包下载地址https://pypi.org/project/selenium/#files,进入后在download files中可下载

 

 

其实进入这个网址https://pypi.org/project/selenium/ 即可看到如下网址

 selenium官网https://www.seleniumhq.org/download/

 chrome浏览器版本与chromedriver.exe如何对应,请看下面详解:

打开上面给出的下载chromedriver.exe的网址https://npm.taobao.org/mirrors/chromedriver/,选择一个目录,如2.46这个目录,点击进入后页面如下

点击note.txt,对应信息就很清楚了

原文地址:https://www.cnblogs.com/yaoze2018/p/10371911.html