【发布时间】:2017-10-12 03:35:23
【问题描述】:
我在使用 Selenium 运行 python 脚本时遇到以下错误。请帮我解决这个问题。
(Traceback (most recent call last):
File "C:\Users\WaheGuru\workspace\test\new\first.py", line 8, in <module>
from selenium.common.keys import Keys ModuleNotFoundError: No module named
'selenium.common.keys')
【问题讨论】:
-
您的系统上是否安装了 selenium?如果您只尝试
import selenium,会发生什么?