如果您使用的是最新版本的Selenium RC(1.0以后),则应更改以下内容:
setUp("https://www.google.com/", "*chrome");对于
setUp("https://www.google.com/", "*firefox");如果这不起作用,请尝试创建一个单独的firefox配置文件并使用该配置文件:
http://seleniumhq.org/docs/05_selenium_rc.html#specifying-the-firefox-
profile



