|
1 |
| -<img src="https://cdn2.hubspot.net/hubfs/100006/images/expanded_icons2f.png" title="SeleniumBase" align="left" padding="1px" height="100" margin="1px 1px" hspace="2px"> |
2 | 1 |
|
3 |
| -Automated Web-UI testing with Python, made awesome.<br /> |
| 2 | +## Automated Web-UI testing reimagined. |
4 | 3 |
|
5 |
| -[](https://pypi.python.org/pypi/seleniumbase) [](https://travis-ci.org/seleniumbase/SeleniumBase)<br /><br> |
| 4 | +<img src="https://cdn2.hubspot.net/hubfs/100006/images/laptop_logo.png" title="SeleniumBase" height="160"> |
6 | 5 |
|
7 |
| -<img src="https://cdn2.hubspot.net/hubfs/100006/images/new_logo_pre6c.png" title="SeleniumBase" height="40"> |
| 6 | +<img src="https://cdn2.hubspot.net/hubfs/100006/images/new_logo_pre6c.png" title="SeleniumBase" height="40"><br /> |
8 | 7 |
|
9 |
| -[**Get Started**](#seleniumbase_installation), or Learn More: |
| 8 | +[](https://pypi.python.org/pypi/seleniumbase) [](https://travis-ci.org/seleniumbase/SeleniumBase)<br /> |
10 | 9 |
|
11 |
| -**A framework for all your UI testing:**<br /> |
12 |
| -SeleniumBase simplifies end-to-end UI testing by extending Python's unittest framework with WebDriver APIs and adding features to improve the process of creating and running automation. |
| 10 | +SeleniumBase simplifies Web-UI automation by extending Python's unittest framework with WebDriver APIs and intelligent code. |
| 11 | + |
| 12 | +<img src="https://cdn2.hubspot.net/hubfs/100006/images/expanded_icons2f.png" title="SeleniumBase" height="102"> |
| 13 | + |
| 14 | +### [**Get Started**](#seleniumbase_installation), or Learn More: |
13 | 15 |
|
14 | 16 | **No more repetitive WebDriver code:**<br />
|
15 | 17 | SeleniumBase automatically handles common WebDriver actions such as spinning up web browsers, waiting for page objects to load, saving screenshots during test failures, and more. (<i>[Read about the command line interface](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/command_line.md).</i>)
|
16 | 18 |
|
17 | 19 | **Simple Python syntax makes coding easy:**<br />
|
18 |
| -(<i>By default, [CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp) are used for finding page elements.</i>) |
19 | 20 |
|
20 | 21 | <img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_image.png" title="SeleniumBase Python Code" height="280">
|
21 | 22 |
|
| 23 | +(<i>By default, [CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp) are used for finding page elements.</i>) |
| 24 | + |
22 | 25 | **Run tests with Pytest or Nose in any browser:**
|
23 | 26 |
|
24 | 27 | ```bash
|
|
0 commit comments