Skip to content

Commit c2c10cd

Browse files
committed
Update the ReadMe
1 parent 1d155a9 commit c2c10cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Design and build reliable web automation with **SeleniumBase**'s all-in-one testing framework.<br />
44

5-
[![](https://img.shields.io/pypi/v/seleniumbase.svg)](https://pypi.python.org/pypi/seleniumbase) [![Build Status](https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master)](https://travis-ci.org/seleniumbase/SeleniumBase)<br />
5+
[![](https://img.shields.io/pypi/v/seleniumbase.svg)](https://pypi.python.org/pypi/seleniumbase) [![Build Status](https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master)](https://travis-ci.org/seleniumbase/SeleniumBase)<br /><br>
66

7-
<b>Take the hard work out of WebDriver:</b>
7+
<b>Take the hard work out of using WebDriver:</b>
88
SeleniumBase automatically takes care of tedious WebDriver actions such as spinning up & closing web browsers, creating screenshots for failing tests, using a proxy server, connecting to a Selenium Grid, etc. (<i>[Read more](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/command_line.md)</i>)
99

1010
<b>Simple Python syntax makes coding easy:</b><br>
1111
(<i>By default, [CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp) are used for finding page elements.</i>)
1212

1313
<img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_py_2.png" title="SeleniumBase Python Code" height="280">
1414

15-
<b>Run tests with Pytest or Nosetests in any browser:</b>
15+
<b>Run tests with Pytest or Nose in any browser:</b>
1616

1717
```bash
1818
pytest my_first_test.py --browser=chrome

0 commit comments

Comments
 (0)