- 安装
安装命令:pip install selenium==2.48.0
提示安装成功即可
2、查看selenium
pip show selenium
3、查询selenium可安装的历史版本
安装时输入一个不存在的版本号,报错信息里面就会显示所有可安装的版本
4、安装过程遇到的问题
(1)、 Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection
object at 0x0000025A8C7C4438>, ‘Connection to pypi.org timed out. (connect timeout=15)’)’: /simple/selenium/
解决办法:转自https://