5

On Firefox 21, S-IDE worked fine. Just upgraded to the officially released FF22, and any test I try to run errors out:

[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber -> 309, columnNumber -> 8

Is there a workaround for this?

Kev
  • 15,899
  • 15
  • 79
  • 112

4 Answers4

3

There's a fix now available, but you may encounter a similar problem with keyPress commands.

Kev
  • 15,899
  • 15
  • 79
  • 112
  • Indeed, I downloaded the "unreleased" version 2.1.0 which remedies some, but not all of the problems. In my case its the `typeKeys` command which is still broken. – rplantiko Jul 03 '13 at 08:25
  • Replacing `typeKeys` with `sendKeys` as described in http://blog.reallysimplethoughts.com/2012/07/19/new-selenese-command-sendkeys/ made my tests run through successfully again. – rplantiko Jul 04 '13 at 06:43
2

From what I have seen, the scripts stop on any 'Click' action when running FF22. Reverting back to FF21 is the best solution for now.

Chris
  • 21
  • 1
1

I upgraded to version 2.1.0 and all of old selenium jobs started to work fine. The official release for version 2.1.0 is on July fifth but it seems they have made it available probably because so many people are now having problems.

here is the link which has the version 2.1.0 available http://docs.seleniumhq.org/download/

grepit
  • 21,260
  • 6
  • 105
  • 81
0

I posted the following issues with FF22 and Selenium IDE 2.0.. which you may also encounter. https://support.mozilla.org/en-US/questions/963084