Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Documentation confusion: what version of Firefox does Selenium support?

Tags:

selenium

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

  • Firefox extended suport
  • Firefox release calendar

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?

like image 614
boardtc Avatar asked Nov 13 '12 16:11

boardtc


People also ask

Which version of Firefox is compatible with Selenium?

FireFox was fully supported only in previous versions i.e. v47 and earlier. Selenium WebDriver version 2.53 is not compatible with Mozilla FireFox version 47.0+. After v47. 0, FireFox is provided with GeckoDriver.

Which Firefox browser needs Geckodriver in Selenium?

Gecko driver works with Firefox version 47 or above. It can be resolved by updating Firefox version to 47 or above.

Does Mozilla support Selenium?

Mozilla Firefox is one of the most widely used browsers in the world. It has enhanced features and is supported by a multitude of the latest testing tools and techniques. One such tool is Selenium. Selenium uses Firefox Driver to link the test cases with the Firefox browser.

What is the minimum Selenium version supported by Geckodriver?

Selenium users must update to version 3.11 or later to use geckodriver. Other clients that follow the W3C WebDriver specification are also supported.


1 Answers

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

like image 60
A.J Avatar answered Oct 02 '22 08:10

A.J