python selenium报错:AttributeError: module 'selenium.webdriver' has no attribute 'Chrome'

看了看pycharm里面file>setting>project interpreter的selenium插件,有引入,但是引入包不完成,重装了一遍,无效。
发现其他文件夹里面的py文件运行ok,只有一个文件夹里面的运行报错
所以逐个检查新增的py文件名,发现有operator.py文件与selenium里的函数名重合,所以冲突报错。
所以,这个报错除了引用selenium的问题以外,也有可能是冲突引起的。

你可能感兴趣的:(python selenium报错:AttributeError: module 'selenium.webdriver' has no attribute 'Chrome')