我在哪里可以找到一个权威的Selenium WebDriver到Firefox兼容性矩阵? [英] Where can I find a definitive Selenium WebDriver to Firefox Compatibility Matrix?

查看:155
本文介绍了我在哪里可以找到一个权威的Selenium WebDriver到Firefox兼容性矩阵?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在各种平台上使用Selenium Java和Firefox Web Driver进行了许多项目。一次又一次,我遇到了我们使用的Selenium WebDriver版本和安装的Firefox版本之间的不兼容性。



第一道防线当然是请确保我们使用最新版本的WebDriver和最新版本的FireFox。有时候,这是不可能的,因为我们使用的是旧版本的Java,或者只是因为阻力最小的路径是使用与操作系统一起分发的Firefox版本。



我真的想要一个可靠的兼容性矩阵,告诉我哪个版本的Firefox我可以使用哪个版本的Selenium WebDriver。我在哪里可以找到一个?

解决方案

我刚刚在寻找类似的东西,发现Changelog可能是最好的地方看兼容性问题:

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



(曾经在 http://selenium.googlecode.com/git/java/CHANGELOG )。所有最新的版本都支持Firefox v XX评论,在每个版本的顶部。
您需要在注释中稍微阅读一些较旧的版本,但是他们会说哪个版本是该版本支持的版本。



希望这有助于您。

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?

解决方案

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.

这篇关于我在哪里可以找到一个权威的Selenium WebDriver到Firefox兼容性矩阵?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆