selenium-Browsers


title: “Browsers”
weight: 1

Consumer browsers

The Selenium framework officially supports the following browsers:

Browser Maintainer Versions Supported
Chrome Chromium All versions
Firefox Mozilla 54 and newer
Edge Microsoft 84 and newer
Internet Explorer Selenium 6 and newer
Opera Opera Chromium / Presto 10.5 and newer
Safari Apple 10 and newer

Specialized browsers

There is also a set of specialized browsers out there
typically used in development environments.
We can make use of some of these browsers for automation purposes also,
and Selenium ties in support for the following specialized drivers:

Driver Name Purpose Maintainer
HtmlUnitDriver Headless browser emulator backed by Rhino Selenium project

官方链接为:/downloads/