- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经安装了所有文件和包,如 python、pip、selenium,并且我在 PyCharm 中运行 python 代码,但每当我运行我的代码时它仍然向我显示此错误。
运行 python 文件时显示错误。
Traceback (most recent call last): File "C:/Users/aman.k/PycharmProjects/SeleniumScripts/MyFirstSeleniumScript.py", line 3, in import webdriver ModuleNotFoundError: No module named 'webdriver'
代码运行环境:
这是我尝试运行的代码。
最佳答案
从您的屏幕截图中,我可以看到未安装 selenium。请按照下一步操作:
第一种解决方案:
File -> Settings -> Inside your project's name -> Project Interpreter -> click on "+" button -> search for selenium (current version 3.141.0) -> click on install -> restart PyCharm.
第二种解决方案:
Or click on the selenium word from the first line (from the import) and wait until a solution will be shown. The solution will say install selenium package. Press on it and you are done.
解决方案 2 的屏幕截图:
第三个解决方案:
If you have already installed the selenium then you need to install webdirver. Follow the following screenshot to solve it.
第三个解决方案的屏幕截图:
关于python - 导入错误 : No module named 'selenium' in PyCharm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54760754/
我是一名优秀的程序员,十分优秀!