1- # Selenium
2-
3- [ ![ CI] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml/badge.svg?branch=trunk&event=schedule )] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml )
4- [ ![ CI - RBE] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci-rbe.yml/badge.svg?branch=trunk&event=schedule )] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci-rbe.yml )
5- [ ![ Releases downloads] ( https://img.shields.io/github/downloads/SeleniumHQ/selenium/total.svg )] ( https://github.com/SeleniumHQ/selenium/releases )
6-
7- <a href =" https://selenium.dev " ><img src =" common/images/selenium_logo_mark_green.svg " width =" 180 " alt =" Selenium Logo " /></a >
1+ <h1 align =" center " >
2+ <br />
3+ <a href =" https://selenium.dev " ><img src =" common/images/selenium_logo_mark_green.svg " alt =" Selenium " width =" 100 " ></a >
4+ <br />
5+ Selenium
6+ <br />
7+ </h1 >
8+
9+ <h3 align =" center " >Automates browsers. That's it!</h3 >
10+
11+ <p align =" center " >
12+ <a href =" #contributing " >Contributing</a > •
13+ <a href =" #installing " >Installing</a > •
14+ <a href =" #building " >Building</a > •
15+ <a href =" #developing " >Developing</a > •
16+ <a href =" #testing " >Testing</a > •
17+ <a href =" #documenting " >Documenting</a > •
18+ <a href =" #releasing " >Releasing</a > •
19+ <a href =" #license " >License</a >
20+ </p >
21+
22+ <br >
823
924Selenium is an umbrella project encapsulating a variety of tools and
1025libraries enabling web browser automation. Selenium specifically
@@ -15,13 +30,15 @@ major web browsers.
1530The project is made possible by volunteer contributors who've
1631generously donated thousands of hours in code development and upkeep.
1732
18- Selenium's source code is made available under the [ Apache 2.0 license] ( https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE ) .
19-
2033This README is for developers interested in contributing to the project.
2134For people looking to get started using Selenium, please check out
2235our [ User Manual] ( https://selenium.dev/documentation/ ) for detailed examples and descriptions, and if you
2336get stuck, there are several ways to [ Get Help] ( https://www.selenium.dev/support/ ) .
2437
38+ [ ![ CI] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml/badge.svg )] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml )
39+ [ ![ CI - RBE] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci-rbe.yml/badge.svg )] ( https://github.com/SeleniumHQ/selenium/actions/workflows/ci-rbe.yml )
40+ [ ![ Releases downloads] ( https://img.shields.io/github/downloads/SeleniumHQ/selenium/total.svg )] ( https://github.com/SeleniumHQ/selenium/releases )
41+
2542## Contributing
2643
2744Please read [ CONTRIBUTING.md] ( https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md )
@@ -507,3 +524,7 @@ If you have access to the Selenium EngFlow repository, you can have the assets b
507524``` shell
508525./go all:release[' --config' , ' release' ]
509526```
527+
528+ ## License
529+
530+ Selenium's source code is made available under the [ Apache 2.0 license] ( https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE ) .
0 commit comments