|
8 | 8 | <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
|
9 | 9 | <img src="https://seleniumbase.io/cdn/img/logo_and_pie.png" alt="SeleniumBase" title="SeleniumBase" width="690" /></a></p>
|
10 | 10 | <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
11 |
| -<img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=0090c0" alt="Latest Release on GitHub" /></a> <a href="https://pypi.org/project/seleniumbase/"> |
| 11 | +<img src="https://img.shields.io/badge/View Releases-%20GitHub-0090c0.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://pypi.org/project/seleniumbase/"> |
12 | 12 | <img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=00a0e0" alt="Latest Release on PyPI" /></a></p>
|
13 | 13 | <p align="center">
|
14 | 14 | <b>Python Web-UI Testing Made Awesome.</b>
|
|
50 | 50 | </p>
|
51 | 51 |
|
52 | 52 | <p align="left">
|
53 |
| -✅ SeleniumBase is a Python framework for web testing.<br / > |
54 |
| -✅ Tests can be run with <b>pytest</b> from the command-line.<br / > |
55 |
| -✅ Includes code to simplify & improve WebDriver APIs.<br / > |
| 53 | +✅ SeleniumBase is a Python framework for web testing.<br /> |
| 54 | +✅ Tests can be run with <b>pytest</b> from the command-line.<br /> |
| 55 | +✅ Includes code to simplify & improve WebDriver APIs.<br /> |
56 | 56 | ✅ Supports Chrome, Edge, Firefox, IE, Opera, and Safari.<br />
|
57 | 57 | ✅ Includes powerful <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">reporting and dashboard features</a>.
|
58 | 58 | </p>
|
@@ -907,7 +907,7 @@ self.execute_script('''document.body.innerHTML = \"%s\"''' % referral_link)
|
907 | 907 | self.click("a.analytics") # Clicks the generated button
|
908 | 908 | ```
|
909 | 909 |
|
910 |
| -(Due to popular demand, this traffic generation example has been baked into SeleniumBase with the ``self.generate_referral(start_page, end_page)`` and the ``self.generate_traffic(start_page, end_page, loops)`` methods.) |
| 910 | +(Due to popular demand, this traffic generation example has been included in SeleniumBase with the ``self.generate_referral(start_page, end_page)`` and the ``self.generate_traffic(start_page, end_page, loops)`` methods.) |
911 | 911 |
|
912 | 912 | 🔵 Using deferred asserts:
|
913 | 913 |
|
|
0 commit comments