|
13 | 13 | <a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
14 | 14 | <img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase">
|
15 | 15 | <img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io">
|
16 |
| -<img src="https://img.shields.io/badge/docs-%20📓📖📚-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://travis-ci.org/seleniumbase/SeleniumBase"> |
| 16 | +<img src="https://img.shields.io/badge/Docs%3F-%20Yes%21-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://travis-ci.org/seleniumbase/SeleniumBase"> |
17 | 17 | <img src="https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg" alt="SeleniumBase on TravisCI" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
|
18 | 18 | <img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
|
19 | 19 | <img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
|
|
41 | 41 | </p>
|
42 | 42 |
|
43 | 43 | <p align="center">
|
44 |
| -<div align="center"><b>Selenium and pytest in one combined.</b></div> |
| 44 | +<b>Selenium and pytest in one combined.</b> |
45 | 45 | </p>
|
46 |
| -<p align="center"><div align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" alt="SeleniumBase" title="SeleniumBase" /></div></p> |
| 46 | +<p align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" alt="SeleniumBase" title="SeleniumBase" /></p> |
47 | 47 |
|
48 | 48 | <!-- SeleniumBase Docs -->
|
49 | 49 | <a id="python_installation"></a>
|
@@ -199,7 +199,8 @@ nosetests [FILE_NAME].py:[CLASS_NAME].[METHOD_NAME]
|
199 | 199 | ```
|
200 | 200 |
|
201 | 201 | <h4>No more flaky tests:</h4>
|
202 |
| -SeleniumBase methods automatically wait for page elements to finish loading before interacting with them (*up to a timeout limit*). This means you no longer need random ``time.sleep()`` statements in your scripts. |
| 202 | +SeleniumBase methods automatically wait for page elements to finish loading before interacting with them (<i>up to a timeout limit</i>). This means you <b>no longer need</b> random <span><b>time.sleep()</b></span> statements in your scripts. |
| 203 | +<img src="https://img.shields.io/badge/Flaky Tests%3F-%20NO%21-11BBDD.svg" alt="NO MORE FLAKY TESTS!" /> |
203 | 204 |
|
204 | 205 | <h4>Automated/manual hybrid mode:</h4>
|
205 | 206 | SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validatation.
|
|
0 commit comments