|
1 | 1 | <meta property="og:site_name" content="SeleniumBase | Docs">
|
2 |
| -<meta property="og:title" content="SeleniumBase | Easy Test Automation" /> |
| 2 | +<meta property="og:title" content="SeleniumBase | E2E Test Framework" /> |
3 | 3 | <meta property="og:description" content="Browser automation and testing with Python." />
|
4 | 4 | <meta property="og:image" content="https://seleniumbase.io/cdn/img/sb_logo_dh.png" />
|
5 | 5 | <link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
|
|
8 | 8 | <img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="340" />
|
9 | 9 | </a></p>
|
10 | 10 | <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
|
11 |
| -<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" alt="SeleniumBase" width="332" /></a></p> |
12 |
| -<p align="center"> |
13 |
| -<b>Automated web testing, 10x faster.</b> |
14 |
| -</p> |
| 11 | +<img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" width="332" /></a></p> |
| 12 | +<p align="center"><b>Create browser tests, 8x-10x faster.</b></p> |
| 13 | +<p align="center">Uses <a href="https://www.selenium.dev/projects/">Selenium/WebDriver</a> and <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>.</p> |
15 | 14 | <!-- View on GitHub -->
|
16 | 15 | <p align="center">
|
17 | 16 | <a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
|
24 | 23 | </p>
|
25 | 24 |
|
26 | 25 | <p>
|
27 |
| -<b>SeleniumBase</b> is an all-in-one framework for fast & simple browser automation, end-to-end testing, presentations, charts, and website tours. |
28 |
| -Tests are run with <b>pytest</b>. Browsers are controlled by <b>WebDriver</b>. |
| 26 | +<b>SeleniumBase</b> is an all-in-one framework for fast & simple browser automation, end-to-end testing, reports, presentations, charts, and website tours. |
| 27 | +Tests are run with <code>pytest</code>. Browsers are controlled by WebDriver. |
29 | 28 | </p>
|
30 | 29 |
|
31 | 30 | <p align="center">
|
@@ -818,7 +817,7 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
|
818 | 817 | <div><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
|
819 | 818 | <p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
|
820 | 819 |
|
821 |
| -<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" title="SeleniumBase" width="290" /></a></div> |
| 820 | +<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="290" /></a></div> |
822 | 821 |
|
823 | 822 | <div><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases"><img src="https://img.shields.io/github/repo-size/seleniumbase/seleniumbase.svg" title="SeleniumBase" alt="Repo Size" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" title="SeleniumBase" alt="Join the chat!" /></a></div>
|
824 | 823 |
|
|
0 commit comments