51Testing软件测试论坛

标题: 问个selenium的问题。 [打印本页]

作者: shijianhua    时间: 2009-8-20 12:00
标题: 问个selenium的问题。
...
def setUp(self):
        self.selenium = selenium("localhost", \
            4444, "*iexplore", "http://localhost:4444")
        self.selenium.start()
        self.selenium.open("http://localhost:4444/selenium-server/tests/html/test_i18n.html")
.......
把上边第三行的 "*iexplore" 改成“*firefox”,在启动selenium的时候会报很多java的错误,而"*iexplore" 不会。 即使在“*firefox”里面加上firefox的路径也会 报错误。大家有啥办法吗?
作者: park_p    时间: 2009-8-20 15:26
这是python吧,还是ruby啊,不懂,哈哈~~
firefox浏览器是默认安装默认路径的?*firefox启动默认安装的firefox好像没问题啊RC,如果不行还有别的参数,试试*custom指定路径和exe文件试下看看,这个也不太懂




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2