简体   繁体   English

在哪里可以找到Selenium Grid支持的浏览器(和版本)的最新列表?

[英]Where can I find an up to date list of Browsers (and Versions) Supported by Selenium Grid?

I would like to maximize the stability of my grid by using the most supported Web Browser versions. 我想通过使用最受支持的Web浏览器版本来最大化网格的稳定性。 I can find a list of browsers on the SeleniumHQ website ...however this appears to be quite out of date, mentioning Firefox 7 for example. 我可以在SeleniumHQ网站上找到浏览器列表...但是,这似乎已经过时了,例如提到Firefox 7。

Am I missing something? 我想念什么吗?

Really Appreciate your advice, Kind Regards, Luke 真心感谢您的建议,卢克(Luke)

That list, whilst out of date, is generally right. 该列表虽然过时了,但通常是正确的。

You probably won't find an updated list (since the website isn't updated all that often), however I have just scraped this information from one of the Selenium mailing lists: 您可能找不到更新的列表(因为该网站不是经常更新),但是我只是从一个Selenium邮件列表中抓取了此信息:

  1. Firefox: earliest ESR release and upwards, currently that is Firefox 10 and upwards. Firefox:最早的ESR版本及更高版本, 当前为Firefox 10及更高版本。
  2. IE: 6 and upwards. IE:6以上。
  3. Chrome: 12 and upwards 镀铬:12以上

It must also be said the following two points: 还必须说以下两点:

Don't be too surprised if, as you go down in version numbers (older versions of the browser), you may end up hitting weird issues. 如果随着版本号(浏览器的旧版本)下降而最终遇到奇怪的问题,请不要感到惊讶。

As Firefox has a quick release schedule, you can end up with the latest version of Firefox being completely incompatible with Selenium. 由于Firefox有一个快速的发布时间表,因此您可以得到与硒完全不兼容的最新版本的Firefox。 This can be offset by disabling Firefox's auto-updates altogether (you could argue, that user's may not be updating straight away so your UI tests may not necessarily need to be run against the latest version). 这可以通过完全禁用Firefox的自动更新来抵消(您可能会说,用户的更新可能不会立即进行,因此您的UI测试不一定需要针对最新版本运行)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在哪里可以找到特定版本的Selenium Webdriver支持的浏览器? - Where can i find particular version of selenium webdriver supported browsers? 我在哪里可以找到所有可用的带有硒的 ChromeOptions 的列表? - Where can I find a list of all available ChromeOptions with selenium? 我们在哪里可以找到 GeckoDriver 的 Selenium 版本兼容版本 - Where can we find the Selenium version compatible versions of GeckoDriver 硒网格混淆了浏览器之间的测试 - Selenium grid mixing up tests between browsers 我在哪里可以找到 Selenium 接口的实现? - Where can I find the implementation of Selenium Interfaces? 我在哪里可以找到 Selenium 模块的选项? - Where can i find the options for Selenium module? 在哪里可以找到 selenium hub 和节点配置文件的所有可用属性列表? - Where can I find a list of all attributes availables for selenium hub and node configuration file? Selenium 2.0支持哪些浏览器 - which browsers are supported by Selenium 2.0 Selenium Grid节点可以运行的最大浏览器数量是多少 - What's the maximum number of browsers a Selenium Grid node can run 在哪里可以找到与Selenium中的keyPress命令一起使用的数字键码? - Where can I find numeric keycodes to use with keyPress command in Selenium?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM