硒无法打开Firefox浏览器
试图在Selenium中执行一个必须启动Firefox浏览器的TestSuite,但是这种方法无法在除Internet Explorer之外的任何浏览器中运行。
硒服务器版本---> 1.0.1
firefox版本---> 14.0.1
我的输出:
C: selenium lib> java -jar selenium-server-1.0.1.jar -htmlsuite“* firefox”“http://www.google.com/”C: TestSelenium TestSuiteThree.html C: TestSelenium results TestResult.html
10:55:36.713 INFO - Java:Sun Microsystems Inc. 20.2-b06
10:55:36.713 INFO - 操作系统:Windows 7 6.1 x86
10:55:36.719 INFO - v1.0.1 [2696],Core v @ VERSION @ [@ REVISION @]
10:55:36.771信息 - 版本Jetty / 5.1.x
10:55:36.772 INFO - 启动HttpContext [/ selenium-server / driver,/ selenium-server / driver]
10:55:36.772 INFO - 启动HttpContext [/ selenium-server,/ selenium-server]
10:55:36.773 INFO - 启动HttpContext [/,/]
10:55:36.779 INFO - 在0.0.0.0:4444上启动SocketListener
10:55:36.780信息 - 已启动org.mortbay.jetty.Server@901887
10:55:36.930信息 - 准备Firefox配置文件...
即使在15-20分钟后也没有任何反应! 有没有遇到过这种问题? 任何青睐非常感谢.......
链接地址: http://www.djcxy.com/p/50683.html上一篇: selenium unable to open firefox browser
下一篇: Cannot see browser when running Selenium tests in Hudson