Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Webdriver no longer works in Firefox 13.0.1

  • 2 válasz
  • 7 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: 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!

Kiválasztott megoldás

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

Válasz olvasása eredeti szövegkörnyezetben 👍 1

Összes válasz (2)

more options

Kiválasztott megoldás

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

Módosította: 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.