5

Looking at Platforms Supported by Selenium the highest version of selenium supported is v 10. I am assuming this is in line with 10 being the current extended support release, v17 is the next ESF, due out on 20 Nov 2012

However looking at the release notes for the Selenium client driver 2.25 (18 July 12) it says "Updated supported versions of Firefox to 17"

Which page should we read? How does the Platforms Supported by Selenium page relate to the 2.2.5 release?

boardtc
  • 1,304
  • 1
  • 15
  • 20

2 Answers2

8

You should refer to CHANGELOG. Thats always the latest. Seleniumhq.org gets updated by someone manually... Which is not happening regularly I guess.

A.J
  • 4,929
  • 2
  • 27
  • 36
  • Thanks. It's well confusing. I added an [issue](http://code.google.com/p/selenium/issues/detail?id=4779) for them to uddate/delete this page – boardtc Nov 14 '12 at 13:25
  • 2
    Source code has moved to Github. The Java CHANGELOG is now at https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGES. – Mark Berry Jun 24 '15 at 16:17
0

I use selenium 2.25 and I had to download to Firefox version 14 in order to get selenium to work correctly. Other people have documented this issue but I haven't found any resources that say what versions of Firefox are supported for each version of selenium.

selenium-firefox-driver 2.25.0 not working correctly with Firefox 15

Also if you are using selenium with your web browser you are going to have to turn off automatic updates on your browser to prevent it from updating.

Community
  • 1
  • 1
Aaron Levenstein
  • 385
  • 2
  • 12