selenium ImportError:无法在python scrypt中导入名称'webdriver'

时间:2018-04-15 11:56:56

标签: python selenium

我读到的这个卡住的工作和另一个问题和答案对此我没有解决方案我没有在我的系统脚本中的selenium.py文件或selenium.pyc文件在下载目录我在家里再次移动我的脚本如果有人有想法请分享。

from selenium import WebDriver 
ImportError: cannot import name WebDriver

1 个答案:

答案 0 :(得分:2)

WebDriver不应该是大写字母。相反,它是from selenium import webdriver