我是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 - 启动一个独立的Selenium Server
23:02:46.825 INFO - Java:Oracle Corporation 25.45-b02 23:02:46.826 信息 - 操作系统:Windows 7 6.1 amd64 23:02:46.838 INFO - v2.46.0,带Core v2.46.0。建于修订版87c69e2 23:02:46.897 INFO - Driver class 找不到:com.opera.core.systems.OperaDriver 23:02:46.897 INFO - 驱动程序提供程序com.opera.core.systems.OperaDriver未注册 23:02:47.096 INFO - 启动谷歌浏览器......
使用* firefox path / to / firefox.exe - 同样的问题......
有人可以帮忙吗?
答案 0 :(得分:1)
昨天我发现原因是我的防病毒软件阻止了与localhost的连接,包括端口4444 - 这就是我无法运行测试套件的原因。