我正在未解决的导入:webdriver 发现于:selenium.webdriver .__ init__ 2.44.0 当我试图在 Eclipse 中 python 启动selen 时
我的示例代码
from selenium import webdriver
from selenium.common.keys import Keys
driver = webdriver.Firefox()
driver.get("http://www.python.org")
driver.close()
使用 Python 2.7 , Pydev 2.2
通过PIP安装Selenium
pip install selenium
Downloading/unpacking selenium
Running setup.py (path:c:\users\ajay_t~1\appdata\local\temp\pip_build_ajay_talpur\selenium\setup.py) egg_info for package selenium
Installing collected packages: selenium
Running setup.py install for selenium
Successfully installed selenium
更新套餐时
pip install -U selenium
Requirement already up-to-date: selenium in c:\python27\lib\site-packages
我错过了什么,请告诉我,以便我可以开始执行。
答案 0 :(得分:0)
请通过添加Python目录路径&更新环境变量。 site packages path.And retry:C:\ Python27 \ Scripts; C:\ Python27 \ Lib \ site-packages;