Update the ReadMe

This commit is contained in:
Michael Mintz 2016-04-28 23:26:36 -04:00
parent 3726e239b6
commit 012809f7ea
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ An open-source Python framework for jump-starting your browser automation and te
![](http://cdn2.hubspot.net/hubfs/100006/images/automation2.gif "SeleniumBase")
(Actual demo of [my_first_test.py](https://github.com/mdmintz/SeleniumBase/blob/master/examples/my_first_test.py) running against [the XKCD site](http://xkcd.com/353/).)
(Above: Actual demo of [my_first_test.py](https://github.com/mdmintz/SeleniumBase/blob/master/examples/my_first_test.py) running against [xkcd.com](http://xkcd.com/353/))
#### Features include:
* [Python methods](https://github.com/mdmintz/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py) for quickly building [reliable WebDriver scripts](https://github.com/mdmintz/SeleniumBase/blob/master/examples/my_first_test.py).