Selenium RC needs A New Release
acceptence testing, software development
After about 20 minutes of frustration watching Selenium tests fail to launch Firefox 2.0 sessions I found the culprit buried in the bottom of the Selenium RC FAQ:
There’s a bug (SRC-216) that prevents Firefox 2.0.0.1 or later from starting up in Selenium RC 0.9.0. Until the new version is released, please use a latest SNAPSHOT version.
The SNAPSHOT release is at 0.9.2 and the public release is at 0.9.0. 0.9.0 is about 8 months old now and the SNAPSHOT release of 0.9.2 is current as of July 7th, 2007. I think it’s time to have another public release and save some pain.
Ed Gibbs @ July 10, 2007


There are many more bug fixes too. For instance the latest release didnt handle key_press events properly.. major frustrations when testing some ajax forms in my tool - http://tech.groups.yahoo.com/group/agile-testing/message/11746
Yeah, I don’t get why there isn’t a public release recently, but I didn’t go hunting through their mailing list.