Selenium RC:我无法在 firefox 或任何其他浏览器中 运行 测试套件
Selenium RC: I am unable run test suite in firefox or any other browser
我是 Selenium 的新手。我最近遇到了一个我无法克服的失败。
我正在尝试 运行 Firefox 中的下一个套件或 chrome:
C:\auto_tools>java -jar selenium-server-standalone-2.46.0.jar -htmlSuite "*googlechrome C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://google.com" "D:\Selenium_2.0\Selenium_tests\Selenium_IDE&Selenium Builder\Selenium_start\test_suit.html" "D:\Selenium_2.0\Selenium_tests\Selenium_IDE&Selenium Builder\Selenium_start\results.html"
作为答案,我看到 chrome 浏览器:
和
23:02:46.698 INFO - Launching a standalone Selenium Server
23:02:46.825 INFO - Java: Oracle Corporation 25.45-b02 23:02:46.826
INFO - OS: Windows 7 6.1 amd64 23:02:46.838 INFO - v2.46.0, with Core
v2.46.0. Built from revision 87c69e2 23:02:46.897 INFO - Driver class
not found:com.opera.core.systems.OperaDriver 23:02:46.897 INFO -
Driver provider com.opera.core.systems.OperaDriver is not registered
23:02:47.096 INFO - Launching Google Chrome...
使用 *firefox path/to/firefox.exe - 同样的问题...
有人可以帮忙吗?
昨天我发现原因是我的防病毒软件阻止了与本地主机的连接,包括端口 4444 - 这就是我无法 运行 测试服的原因。
我是 Selenium 的新手。我最近遇到了一个我无法克服的失败。 我正在尝试 运行 Firefox 中的下一个套件或 chrome:
C:\auto_tools>java -jar selenium-server-standalone-2.46.0.jar -htmlSuite "*googlechrome C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://google.com" "D:\Selenium_2.0\Selenium_tests\Selenium_IDE&Selenium Builder\Selenium_start\test_suit.html" "D:\Selenium_2.0\Selenium_tests\Selenium_IDE&Selenium Builder\Selenium_start\results.html"
作为答案,我看到 chrome 浏览器:
和
23:02:46.698 INFO - Launching a standalone Selenium Server
23:02:46.825 INFO - Java: Oracle Corporation 25.45-b02 23:02:46.826 INFO - OS: Windows 7 6.1 amd64 23:02:46.838 INFO - v2.46.0, with Core v2.46.0. Built from revision 87c69e2 23:02:46.897 INFO - Driver class not found:com.opera.core.systems.OperaDriver 23:02:46.897 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered 23:02:47.096 INFO - Launching Google Chrome...
使用 *firefox path/to/firefox.exe - 同样的问题...
有人可以帮忙吗?
昨天我发现原因是我的防病毒软件阻止了与本地主机的连接,包括端口 4444 - 这就是我无法 运行 测试服的原因。