|
| 1 | +# Selenium |
| 2 | + |
| 3 | +Selenium is an umbrella project for various tools and libraries that |
| 4 | +enable automation of web browsers. Amongst other things it provides |
| 5 | +the support infrastructure for the [W3C WebDriver |
| 6 | +specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html), |
| 7 | +that lets you write interchangable code for all major web browsers. |
| 8 | + |
| 9 | +The project is made possible by volunteer contributors who have put in |
| 10 | +thousands of hours of their own time, and made the source code freely |
| 11 | +available under the [Apache 2.0 |
| 12 | +license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING). |
| 13 | + |
1 | 14 | ## Table of Contents
|
2 | 15 | - [Documentation](#documentation)
|
3 | 16 | - [Pull Requests](#pull-requests)
|
|
14 | 27 | - [Maven _per se_](#maven-_per-se_)
|
15 | 28 | - [Useful Resources](#useful-resources)
|
16 | 29 |
|
17 |
| -# Selenium |
18 |
| - |
19 |
| -Selenium is an umbrella project for various tools and libraries that |
20 |
| -enable automation of web browsers. Amongst other things it provides |
21 |
| -the support infrastructure for the [W3C WebDriver |
22 |
| -specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html), |
23 |
| -that lets you write interchangable code for all major web browsers. |
24 |
| - |
25 |
| -The project is made possible by volunteer contributors who have put in |
26 |
| -thousands of hours of their own time, and made the source code freely |
27 |
| -available under the [Apache 2.0 |
28 |
| -license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING). |
29 |
| - |
30 | 30 | ## Documentation
|
31 | 31 |
|
32 | 32 | Narrative documentation:
|
|
0 commit comments