AttributeError: module 'selenium.webdriver.common.service' has no attribute 'Service'
python3+selenium+pycharome与浏览器驱动配置成功后,运行测试代码,系统报错在网上找了N多资料也没有找到解决资料,最后试验很久,发现卸载selenium,再重新安装selenium得以解决pip uninstall seleniumpip install selenium猜测可能是因为从python2切换到python3,selenium没有切...
原创
2019-11-01 11:34:28 ·
1157 阅读 ·
0 评论