Selenium Automates Browsers
Selenium Automates Browsers
Firefox
Support for Firefox is the latest release, the previous release, the latest ESR
release and the previous ESR release.
For example Selenium 2.40.0 (released on Feb 19, 2014) supports Firefox
27, 26, 24, 17
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.
Internet Explorer
Versions 7, 8, 9, 10 and 11 are supported. Version 11 requires additional
configuration.
Safari
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)
Opera
OperaDriver is supported by Opera Software, refer to their documentation
for supported versions.
Chrome
ChromeDriver is supported by the Chromium project, please refer to their
documentation for any compatibility information
Operating Systems
Microsoft Windows
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.
Apple OS X
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.
Linux
We test mainly on Ubuntu, but other variations of Linux should also work
where the browser manufacturers support them.
Selenium is often used for automating web applications for testing purposes,
but it does not include a testing framework. Some testing frameworks that