在IDE NetBeans中运行测试

时间:2014-09-18 22:54:36

标签: java firefox selenium netbeans

对不起,我正在读书 面对从IDE到FF 32的测试运行问题。运行虚拟机(VirtualBox)测试(我运行selenium-server-standalone-2.43.0)一切正常!!!

从IDE Netbeans开始,只需打开浏览器即可。测试结束后

Failed to connect to binary FirefoxBinary (/ usr / bin / firefox) on port 7055; process output follows

但是/ usr / bin / firefox看起来存在二进制文件

Sin在我的pom文件中连接firefox-driver-2.42.2(2.43.0连接但不能与源代码库一起使用收紧http://repo1.maven.o...org/ seleniumhq /和我NetBeans只看到最新版本2.42.2 jar和2.43.0 pom)

还尝试连接firefox-driver-2.43.0 pom没有任何改变。

<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-server</artifactId>
  <version>2.43.0</version>
</dependency>
<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-firefox-driver</artifactId>
  <version>2.43.0</version>
  <type>pom</type>
</dependency>

0 个答案:

没有答案