0

使用jdk 7 selenium-server-standalone-2.25.0.jar eclipse java indigosr1win32。

当我通过 cmd 运行我的服务器时:

java - jar selenium-server-standalone-2.25.0.jar 4444

服务器在显示一些消息后自行停止,并得到下一个提示:

server not working properly.

当我运行我的程序时,我在 eclipse 中遇到了一个错误:

java.lang.RuntimeException: Could not start Selenium session: null

4

1 回答 1

0

不要指定端口号 4444 ...Selenium 服务器默认将在端口 4444 上运行。写在 CMD java - jar selenium-server-standalone-2.25.0.jar

如果你想给端口号...指定为 java - jar selenium-server-standalone-2.25.0.jar -port 4445

于 2013-02-13T11:23:53.790 回答