Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Workaround for Selenium IDE 2.0.0 on Firefox 22

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?

like image 410
Kev Avatar asked Jun 25 '13 15:06

Kev


2 Answers

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

like image 189
Kev Avatar answered Nov 15 '22 12:11

Kev


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.

like image 29
Chris Avatar answered Nov 15 '22 13:11

Chris