shijianhua 发表于 2009-8-20 12:00:50

问个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:15

这是python吧,还是ruby啊,不懂,哈哈~~
firefox浏览器是默认安装默认路径的?*firefox启动默认安装的firefox好像没问题啊RC,如果不行还有别的参数,试试*custom指定路径和exe文件试下看看,这个也不太懂
页: [1]
查看完整版本: 问个selenium的问题。