硒webdriver晚于2.29.1不在maven工作

时间:2017-09-14 07:39:17

标签: eclipse maven selenium-webdriver

有谁知道为什么后来的版本的selenium在eclipse的maven项目中不起作用?我在我的maven项目的pom.xml中有以下代码,它工作正常

  <dependencies>
  <dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-java</artifactId>
    <version>2.29.1</version>
  </dependency>  
 </dependencies>

但如果我更改版本,例如2.29.1到2.53或3.something,我的项目没有运行并给出了ff.error enter image description here

1 个答案:

答案 0 :(得分:0)

试试这个:

  • 右键单击该项目,转到Maven&gt;启用工作空间解决方案。

这应该开始下载依赖项并构建项目。