Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Webdriver no longer works in Firefox 13.0.1

  • 2 답장
  • 7 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.