Selenium:无法连接到远程服务器

我正在尝试使用Selenium进行一个简单的测试,以便QA为我设置某人。 这个测试已经运行,并且通过了,但是现在我不断收到错误消息。 我不知道它是什么意思,但我认为这不是我的代码的问题,我认为这是Selenium的问题。 这是错误:

failed: System.Net.WebException : Unable to connect to the remote server
  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it [IP ADDRESS]

这是什么意思? “远程服务器”实际上是我的开发盒,所以我想不出为什么它不能连接。 我已经禁用了我的防火墙,但仍然没有。

有没有简单的我失踪? 是否有需要设置的配置文件?


确保你有Selenium RC运行。 我使用一个名为Selenium.bat的简单批处理文件,如下所示:

java -jar c:seleniumselenium-server.jar -multiwindow

(-multiwindow防止framekiller代码打破你的测试)

链接地址: http://www.djcxy.com/p/42907.html

上一篇: Selenium: Unable to connect to the remote server

下一篇: How to incoparate or implement a DOM API to v8?