码迷,mamicode.com
首页 > 编程语言 > 详细

selenium RC+JAVA 运行所遇到的问题

时间:2016-11-21 19:46:42      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:ssi   env   browser   style   session   text   mozilla   run   tar   

1.报错

Failed to start new browser session: java.lang.RuntimeException: Firefox 3 could not be found in the path!
Please add the directory containing ‘‘firefox.exe‘‘ to your PATH environment.

遇到的原因:firefox没有安装在c盘(本人安装在d盘下),selenium找不到firefox路径。
解决过程:首先尝试将firefox.exe的路径放到系统环境变量path中,重新运行,错误依旧。
正确解决办法:在调用firefox处加上绝对路径(selenium("localhost", 4444, "*firefox D:\\Program Files\\Mozilla Firefox\\firefox.exe", "http://www.baidu.com"))

selenium RC+JAVA 运行所遇到的问题

标签:ssi   env   browser   style   session   text   mozilla   run   tar   

原文地址:http://www.cnblogs.com/nicuty/p/6086295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!