Where can I find a definitive Selenium WebDriver to Firefox Compatibility Matrix? [closed]

余生颓废 提交于 2019-11-26 06:39:34

问题


I have worked on a number of projects using Selenium Java and the Firefox Web Driver, on a variety of platforms. Time and again, I come across incompatibilities between the version of the Selenium WebDriver we use and the version of Firefox installed.

The first line of defence is, of course, to make sure that we use the latest version of WebDriver and the latest version of FireFox.

Sometimes, that is not possible though, because we are using an older version of Java, or simply because the path of least resistance is to use the version of Firefox that is distributed with the OS.

I would really like to have a reliable Compatibility Matrix that tells me which version of Firefox I can use with which version of Selenium WebDriver. Where can I find one?


回答1:


I was looking for something similar just recently and found that the Changelog is probably the best place to look at for compatibility questions:

https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG

(used to be at http://selenium.googlecode.com/git/java/CHANGELOG when Selenium was hosted on Google Code).

All the most recent version have a support up to Firefox v XX comment at the very top of each version. The older ones you have to read in the comments a little, but they will say which version is the greatest supported for that release.

Hope this helps.




回答2:


There is a great support matrix at https://github.com/santiycr/selenium-firefox-support-matrix



来源:https://stackoverflow.com/questions/13358859/where-can-i-find-a-definitive-selenium-webdriver-to-firefox-compatibility-matrix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!