selenium报错:python urllib3 v2.0 only supports OpenSSL 1.1.1+, currently

版本号不匹配,降低urllib3版本,或者升级OpenSSL

降低urllib3版本

pip3 uninstall urllib3

pip install urllib3==1.23 -i https://pypi.tuna.tsinghua.edu.cn/simple
 

你可能感兴趣的:(selenium自动化测试,selenium,测试工具)