haughtonomous
haughtonomous

Reputation: 4850

Selenium IDE no longer compatible with Firefox 18?

I've been using the Selenium IDE for a while now in Firefox, but lately Firefox has 'upgraded' itself to V18 - and now I can't find the IDE anywhere in the menu system. I tried installing the Selenium IDE Button which should show up on the toolbar but that is conspicuous by its absence too.

I know I have selenium installed on this machine because my existing tests work (exported to C# and using MSTest), but I can no longer conveniently create new ones using the IDE as a recorder, which is a drag.

Has the latest Firefox broken Selenium IDE?

Upvotes: 2

Views: 3928

Answers (3)

Robin Bennett
Robin Bennett

Reputation: 193

I've noticed that the icon appears when the toolbar is set to 'icons and text' or when the 'small icons' box is ticked, but the icon is blank when 'icons only' is selected and 'small icons' is not.

This is firefox 24.0 and selenium 2.4.0, on Windows 7, but I suspect it happens for most people.

Here's the issue in the Selenium support database: http://code.google.com/p/selenium/issues/detail?id=5712

Upvotes: 0

Tom Stickel
Tom Stickel

Reputation: 20401

I have Selenium IDE working in FF 19 !

  1. I did not see the IDE button in FF 19 to launch it, even though it was indeed enabled (perhaps it was there and I did not notice it)
  2. I downloaded and installed FF 17 (to another directory on disk) and then I happen to see it under FireFox--> Web Developer --> Selenium IDE ...
  3. I closed the FF 17 and opened FF 19 , and it was there as well, not sure if it was there all along or not.

    To launch it , just do  Ctrl + Alt + S  as this shortcut works in FF 19 too.
    

update: FF 19.0.2 is working as well. Just in case, I did also grab the:

"Download version under development unreleased" http://docs.seleniumhq.org/download/  

Upvotes: 0

Michelle
Michelle

Reputation: 66

I've experienced the same thing when trying to run Selenium tests in Java with the WebDriver, so I had to downgrade Firefox to an older version.

Based on their release note I guess the IDE would only support up to version 17 as of now: http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes

Upvotes: 2

Related Questions