安装:

安装卸载selenium
 1 C:\Users\xiongjiawei>pip install selenium==2.48.0
 2 Collecting selenium==2.48.0
 3   Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/selenium/
 4   Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/selenium/
 5   Downloading selenium-2.48.0.tar.gz (805kB)
 6     100% |████████████████████████████████| 806kB 37kB/s
 7 Installing collected packages: selenium
 8   Running setup.py install for selenium
 9 Successfully installed selenium-2.48.0
10 
11 C:\Users\xiongjiawei>
安装卸载selenium

安装成功后在此路径查看:D:\Program Files\Python 3.5\Lib\site-packages

安装卸载selenium

 

安装或升级:pip install -U selenium

 安装卸载selenium

 

卸载:

pip uninstall selenium

查看版本号:pip show selenium

浏览器驱动下载:http://www.seleniumhq.org/download/

转自:http://www.cnblogs.com/xiongjiawei/p/7576864.html

相关文章:

  • 2021-11-10
  • 2021-07-30
  • 2021-07-05
  • 2021-10-12
  • 2021-10-16
  • 2021-12-26
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-01-22
  • 2021-12-19
  • 2022-01-07
  • 2021-12-05
  • 2021-12-06
相关资源
相似解决方案