无法在python selenium eclipse setup

时间:2016-10-12 13:38:21

标签: eclipse python-2.7 selenium selenium-webdriver

我已经浏览了各种链接并执行了以下步骤:

  1. 安装Python
  2. 使用pip install selenium命令安装selenium
  3. 运行eclipse
  4. 在Eclipse中安装PyDev插件
  5. 选择Python作为翻译
  6. 在“库”部分中,我安装了所有库

    screen shot

  7. 但是,当我尝试使用import webdriver时,webdriver未解析。

1 个答案:

答案 0 :(得分:0)

您应该将其导入为

from selenium import webdriver

尝试一下,让我知道结果