Reputation: 16321
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?
Upvotes: 5
Views: 3774
Reputation: 22382
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/
Upvotes: 1
Reputation: 16321
There's a fix now available, but you may encounter a similar problem with keyPress commands.
Upvotes: 3
Reputation: 1
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
Upvotes: 0
Reputation: 21
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.
Upvotes: 2