Skip to content

Commit d7d66e7

Browse files
committed
Update the ReadMe
1 parent 5055312 commit d7d66e7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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" />
33
<meta property="og:description" content="Browser automation and testing with Python." />
44
<meta property="og:image" content="https://seleniumbase.io/cdn/img/sb_logo_dh.png" />
55
<link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
@@ -8,10 +8,9 @@
88
<img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="340" />
99
</a></p>
1010
<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>
1514
<!-- View on GitHub -->
1615
<p align="center">
1716
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
@@ -24,8 +23,8 @@
2423
</p>
2524

2625
<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.
2928
</p>
3029

3130
<p align="center">
@@ -818,7 +817,7 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
818817
<div><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
819818
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
820819

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>
822821

823822
<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>
824823

0 commit comments

Comments
 (0)