安装卸载selenium

上一篇 / 下一篇  2018-04-12 21:02:05 / 个人分类:测试技术

https://www.cnblogs.com/xiongjiawei/p/7576864.html

安装:

复制代码
1C:\Users\xiongjiawei>pip install selenium==2.48.02Collecting selenium==2.48.03Retrying (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/4Retrying (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/5Downloading selenium-2.48.0.tar.gz (805kB)6100% |████████████████████████████████| 806kB 37kB/s7Installing collected packages: selenium8Running setup.py installforselenium9Successfully installed selenium-2.48.01011C:\Users\xiongjiawei>
复制代码

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

 

安装或升级:pip install -U selenium

 

 

卸载:

pip uninstall selenium

查看版本号:pip show selenium

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


TAG:

 

评分:0

我来说两句

日历

« 2024-03-16  
     12
3456789
10111213141516
17181920212223
24252627282930
31      

数据统计

  • 访问量: 91056
  • 日志数: 87
  • 图片数: 1
  • 建立时间: 2015-03-04
  • 更新时间: 2024-01-24

RSS订阅

Open Toolbar