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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium RC+JAVA 运行所遇到的问题相关的知识,希望对你有一定的参考价值。

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 运行所遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

webdriver介绍&与Selenium RC的比较

Selenium RC for Java 环境配置

Selenium RC(十三)

《零成本实现Web自动化测试--基于Selenium》 Selenium-RC

selenium RC 环境配置

Selenium1(Selenium RC)