You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Navegador|Más reciente|Registro de cambios|Seguimiento de Incidentes|
22
22
|--- |--- |--- |--- |
23
23
|[Mozilla GeckoDriver](https://github.com/mozilla/geckodriver/)|[más reciente](https://github.com/mozilla/geckodriver/releases)|[registro de cambios](https://github.com/mozilla/geckodriver/blob/release/CHANGES.md)|[seguimiento de incidentes](https://github.com/mozilla/geckodriver/issues)|
24
-
|[Google Chrome Driver](https://sites.google.com/a/chromium.org/chromedriver/)|[más reciente](https://sites.google.com/a/chromium.org/chromedriver/downloads)|[registro de cambios](https://sites.google.com/a/chromium.org/chromedriver/downloads)|[seguimiento de incidentes](https://bugs.chromium.org/p/chromedriver/issues/list)|
24
+
|[Google Chrome Driver](https://chromedriver.chromium.org/)|[más reciente](https://chromedriver.chromium.org/downloads)|[registro de cambios](https://chromedriver.chromium.org/downloads)|[seguimiento de incidentes](https://bugs.chromium.org/p/chromedriver/issues/list)|
25
25
|[Opera](http://choice.opera.com/developer/tools/operadriver/)|[más reciente](https://github.com/operasoftware/operachromiumdriver/releases)|-|[seguimiento de incidentes](https://github.com/operasoftware/operachromiumdriver/issues)|
26
26
|[Microsoft Edge Driver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)|[más reciente](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads)|-|[seguimiento de incidentes](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/)|
27
27
|[SafariDriver](https://webkit.org/blog/6900/webdriver-support-in-safari-10/)|Incorporado|-|[seguimiento de incidentes](https://bugreport.apple.com/)|
<p><spanstyle="font-weight:400;">We are very pleased to announce the release of <ahref="http://www.seleniumhq.org/download/">Selenium 3.0</a>. If you’ve been waiting for a stable release since 2.53.1, now’s your chance to update. And if you do, here is what you’ll find:</span></p>
12
-
<p><spanstyle="font-weight:400;">As <ahref="https://seleniumhq.wordpress.com/2016/10/04/selenium-3-is-coming/">we’ve said before</a>, for users of the WebDriver APIs this is a drop-in replacement. You’ll find that modern browsers, such as <ahref="https://sites.google.com/a/chromium.org/chromedriver/downloads">Chrome</a> and <ahref="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/">Edge</a> will continue to work just as before, and we’ve taken the opportunity to fix some bugs and improve stability. Selenium Grid users may require updates to their configuration as the json config file format has been updated, as have some of command line parameter options, but the upgrade should also be smooth. </span></p>
12
+
<p><spanstyle="font-weight:400;">As <ahref="https://seleniumhq.wordpress.com/2016/10/04/selenium-3-is-coming/">we’ve said before</a>, for users of the WebDriver APIs this is a drop-in replacement. You’ll find that modern browsers, such as <ahref="https://chromedriver.chromium.org/downloads">Chrome</a> and <ahref="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/">Edge</a> will continue to work just as before, and we’ve taken the opportunity to fix some bugs and improve stability. Selenium Grid users may require updates to their configuration as the json config file format has been updated, as have some of command line parameter options, but the upgrade should also be smooth. </span></p>
13
13
<p><spanstyle="font-weight:400;">The major change in Selenium 3.0 is we’re removing the original Selenium Core implementation and replacing it with one backed by WebDriver. This will affect all users of the <ahref="http://seleniumhq.github.io/selenium/docs/api/java/com/thoughtworks/selenium/Selenium.html">Selenium RC</a> APIs. For more information, please see the <ahref="https://seleniumhq.wordpress.com/2016/10/04/selenium-3-is-coming/">previous post</a>.</span></p>
14
-
<p><spanstyle="font-weight:400;">A lot has changed in the 5 years between versions 2 and 3. When we <ahref="https://seleniumhq.wordpress.com/2011/07/08/selenium-2-0/">shipped Selenium 2</a>, the Selenium project was responsible for providing the driver for each browser. Now, we are happy to say that all the major browser vendors ship their own implementations (<ahref="https://webkit.org/blog/6900/webdriver-support-in-safari-10/">Apple</a>, <ahref="https://sites.google.com/a/chromium.org/chromedriver/">Google</a>, <ahref="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/">Microsoft</a>, and <ahref="https://github.com/mozilla/geckodriver/releases">Mozilla</a>). Because the browser vendors know their browsers better than anyone, their WebDriver implementations can be tightly coupled to the browser, leading to a better testing experience for you.</span></p>
14
+
<p><spanstyle="font-weight:400;">A lot has changed in the 5 years between versions 2 and 3. When we <ahref="https://seleniumhq.wordpress.com/2011/07/08/selenium-2-0/">shipped Selenium 2</a>, the Selenium project was responsible for providing the driver for each browser. Now, we are happy to say that all the major browser vendors ship their own implementations (<ahref="https://webkit.org/blog/6900/webdriver-support-in-safari-10/">Apple</a>, <ahref="https://chromedriver.chromium.org/">Google</a>, <ahref="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/">Microsoft</a>, and <ahref="https://github.com/mozilla/geckodriver/releases">Mozilla</a>). Because the browser vendors know their browsers better than anyone, their WebDriver implementations can be tightly coupled to the browser, leading to a better testing experience for you.</span></p>
15
15
<p><spanstyle="font-weight:400;">The other notable change has been that there is now a <ahref="https://www.w3.org/TR/webdriver/">W3C specification</a> for browser automation, based on the Open Source WebDriver. This has yet to reach “recommendation” status, but the people working on it (including members of the Selenium project!) are now focusing on finishing the text and writing the implementations.</span></p>
16
16
<p><spanstyle="font-weight:400;">Mozilla has been a front-runner in implementing the W3C WebDriver protocol. On the plus side, this has exposed problems with the spec as it has evolved, but it also means that Firefox support is hard to track as their engineering efforts have been forward looking, rather than on supporting the current wire protocol used by Selenium WebDriver. For now, the best advice we can offer is for you to try the latest release of <ahref="https://github.com/mozilla/geckodriver/releases">geckodriver</a> and Selenium together. </span></p>
17
17
<p><spanstyle="font-weight:400;">These are exciting times for browser automation! Selenium 3.0 is a major release and we’re looking forward to improving things further, as well as tracking the ongoing work of the W3C spec. Our goal is to keep the changes your tests need to deal with to an absolute minimum, to continue preserving the hard work that’s gone into writing your existing tests. </span></p>
0 commit comments