51Testing软件测试论坛
标题:
安装卸载selenium
[打印本页]
作者:
八戒你干嘛
时间:
2019-3-21 14:39
标题:
安装卸载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>
复制代码
安装成功后在此路径查看:D:\Program Files\Python 3.5\Lib\site-packages
[attach]123128[/attach]
安装或升级:pip install -U selenium
[attach]123129[/attach]
卸载:
pip uninstall selenium
查看版本号:pip show selenium
作者:
Miss_love
时间:
2020-12-30 18:03
支持分享
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2