Skip to content

Commit 1800260

Browse files
committed
Update the documentation
1 parent 53eb2ba commit 1800260

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@
55
<meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
66
<link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />
77

8-
<p align="center"><img src="https://seleniumbase.io/cdn/img/sb_media_logo_t5.png" alt="SeleniumBase" title="SeleniumBase" width="330" /></p>
8+
<h3 align="center"><img src="https://seleniumbase.io/cdn/img/long_logo2.png" alt="SeleniumBase" width="540" /></h3>
99

10-
<!-- View on GitHub -->
11-
12-
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><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" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a></p>
13-
14-
<p align="center"><b>Web/UI Automation and Testing made easy.</b></p>
10+
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><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" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a></p>
1511

16-
<p align="center"><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master" target="_blank"><img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a></p>
12+
--------
1713

18-
<p align="center">Includes advanced tools such as a website tour generator.</p>
14+
<p align="center"><b>A Python framework for Web/UI automation and testing.</b><br />Includes advanced tools, such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">website tour generator</a>.</p>
1915

20-
<p align="center"><img src="https://seleniumbase.io/cdn/gif/introjs_tour2.gif" width="480" alt="SeleniumBase Example" title="SeleniumBase Example" /></p>
16+
<p align="center"><img src="https://seleniumbase.io/cdn/gif/introjs_tour.gif" width="480" alt="SeleniumBase Example" title="SeleniumBase Example" /></p>
2117

2218
<p align="center">
2319
<a href="#python_installation">🚀 Start</a> |
@@ -45,13 +41,11 @@
4541
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/dialog_boxes/ReadMe.md">🛂 Dialog</a>
4642
</p>
4743

48-
* ✅ Get set up in minutes. Deploy anywhere.
49-
* ✅ Build Web/UI tests with a [complete API](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md).
50-
* ✅ Generate [test reports and dashboards](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).
44+
<!-- View on GitHub -->
5145

5246
--------
5347

54-
<a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_sb4.png" alt="SeleniumBase" title="SeleniumBase" width="202" /></a>
48+
<a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" title="SeleniumBase" width="320" /></a>
5549

5650
<p align="left">✅ An example of running a test: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
5751

@@ -60,7 +54,7 @@ cd examples/
6054
pytest test_demo_site.py --chrome
6155
```
6256

63-
<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py" target="_blank"><img src="https://seleniumbase.io/cdn/gif/demo_page_4.gif" width="420" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
57+
<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py" target="_blank"><img src="https://seleniumbase.io/cdn/gif/demo_page_4.gif" width="432" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
6458

6559
<div></div>
6660
<details>

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lunr==0.6.2
2525
nltk==3.7
2626
watchdog==2.1.8
2727
mkdocs==1.3.0
28-
mkdocs-material==8.3.2
28+
mkdocs-material==8.3.3
2929
mkdocs-exclude-search==0.6.4
3030
mkdocs-simple-hooks==0.1.5
3131
mkdocs-material-extensions==1.0.3

0 commit comments

Comments
 (0)