搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Webdriver no longer works in Firefox 13.0.1

  • 2 个回答
  • 7 人有此问题
  • 12 次查看
  • 最后回复者为 Cy_Chosis

more options

I write Webdriver automation regression tests using the FirefoxDriver. The other day, firefox automatically updated itself, and as soon as it did, I could no longer run automation.

I tried restarting my computer, reinstalling firefox- no help. Had to install an older version of firefox and disable updates. Then it worked. So I guess I can no longer update firefox until you fix the problem.


Thanks!

I write Webdriver automation regression tests using the FirefoxDriver. The other day, firefox automatically updated itself, and as soon as it did, I could no longer run automation. I tried restarting my computer, reinstalling firefox- no help. Had to install an older version of firefox and disable updates. Then it worked. So I guess I can no longer update firefox until you fix the problem. Thanks!

被采纳的解决方案

Note: If you are using the IDE instead of the stand-alone, there are more links here: http://seleniumhq.org/download/

How old is that version you're running? It looks as though webdriver.xpi was updated on June 19th, 2012.

See: http://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.24.1.jar&can=2&q=

In the archive, the XPI file is here: org/openqa/selenium/firefox

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

Note: If you are using the IDE instead of the stand-alone, there are more links here: http://seleniumhq.org/download/

How old is that version you're running? It looks as though webdriver.xpi was updated on June 19th, 2012.

See: http://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.24.1.jar&can=2&q=

In the archive, the XPI file is here: org/openqa/selenium/firefox

由jscher2000 - Support Volunteer于修改

more options

Turns out I was using Webdriver 2.22 from the month before. Updated Webdriver and now it is able to open Firefox again. Sorry, my bad.