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
<p>Support for Firefox is the latest release, the previous release, the latest ESR release and the previous ESR release.</p>
145
-
<p>For example Selenium 2.40.0 (released on Feb 19, 2014) supports Firefox 27, 26, 24, 17</p>
146
-
<p>Selenium with Firefox can be run on any platform that Firefox supports for those versions, that also allow users to install a custom Firefox extension.</p>
144
+
<p>GeckoDriver is implemented and supported by Mozilla, refer to their
<p>SafariDriver requires Safari 5.1+ (Note, due to Apple potentially dropping support > Safari 6.X for Windows, new developments in the bindings may not work in the Windows platform)</p>
155
+
<p>
156
+
SafariDriver is supported directly by Apple, for more information, check their
<p>Most versions of MS Windows that are currently still supported by Microsoft should work with Selenium. Although we currently run tests before each release against Windows 7. This does not mean Selenium won't attempt to support different versions of Windows. This only means we don't continually run tests on other particular version of Windows.</p>
167
-
168
-
<h3>Apple OS X</h3>
169
-
<p>We currently do not use any version of OS X in our automated tests against the selenium project. However most developers on the project are using a recent version of OS X and we'll continue to support the current stable release and often the previous release.</p>
170
-
171
-
<h3>Linux</h3>
172
-
<p>We test mainly on Ubuntu, but other variations of Linux should also work where the browser manufacturers support them.</p>
173
-
</div>
174
-
175
-
<divid="languagesExpand" class="toggle-button" onClick="expandLanguages()">+ Programming Languages & Frameworks</div>
176
-
<divid="languagesCollapse" class="toggle-button hide" onClick="collapseLanguages()">- Programming Languages & Frameworks</div>
<p>Programming languages are supported through Selenium "drivers." These are libraries made for each language that expose commands from the Selenium API natively in the form of methods/functions.</p>
179
-
<p>Selenium is often used for automating web applications for testing purposes, but it does not include a testing framework. Some testing frameworks that can be used with Selenium are listed below.</p>
0 commit comments