|
7 | 7 |
|
8 | 8 | <h2 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/mac_sb_banner_t.png" alt="SeleniumBase" title="SeleniumBase" width="672" /></a></h2>
|
9 | 9 |
|
10 |
| -<p align="center"> |
11 |
| -<b>The most advanced open-source automation framework on <a href="https://en.wikipedia.org/wiki/Earth">Earth</a>.</b> |
12 |
| -</p> |
| 10 | +<p align="center">The most advanced open-source automation framework on <a href="https://en.wikipedia.org/wiki/Earth" target="_blank">Earth</a>.</p> |
13 | 11 |
|
14 | 12 | <!-- View on GitHub -->
|
15 | 13 |
|
16 | 14 | <p align="center">
|
17 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/releases"> |
| 15 | +<a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"> |
18 | 16 | <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">
|
19 | 17 | <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>
|
20 | 18 |
|
21 | 19 | <p align="center">
|
22 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/actions"> |
23 |
| -<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"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> |
| 20 | +<a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"> |
| 21 | +<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> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> |
24 | 22 | </p>
|
25 | 23 |
|
26 |
| -<p align="center">SeleniumBase is a complete framework for web automation & testing with <a href="https://github.com/pytest-dev/pytest">pytest</a>.<br />Simplifies <a href="https://github.com/SeleniumHQ/selenium">Selenium</a>'s out-of-the-box API, resulting in cleaner, maintainable code. <br />Includes advanced tools such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">Dashboard</a>, a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder</a>, and <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">JS code generators</a>.</p> |
| 24 | +<p align="center">SeleniumBase is a complete framework for web automation & testing with <a href="https://github.com/pytest-dev/pytest" target="_blank">pytest</a>.<br />Simplifies <a href="https://github.com/SeleniumHQ/selenium" target="_blank">Selenium</a>'s out-of-the-box API, resulting in cleaner, maintainable code. <br />Includes advanced tools such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">Dashboard</a>, a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder</a>, and <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">JS code generators</a>.</p> |
27 | 25 |
|
28 | 26 | <p align="center">
|
29 | 27 | <a href="#python_installation">🚀 Start</a> |
|
@@ -145,7 +143,7 @@ Feature: SeleniumBase scenarios for the RealWorld App
|
145 | 143 | <a id="python_installation"></a>
|
146 | 144 | <h2><img src="https://seleniumbase.io/cdn/img/python_logo.png" title="SeleniumBase" width="42" /> Python Setup:</h2>
|
147 | 145 |
|
148 |
| -<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=FACE42" title="Supported Python Versions" /></a> |
| 146 | +<a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=FACE42" title="Supported Python Versions" /></a> |
149 | 147 |
|
150 | 148 | 🔵 Add **[Python](https://www.python.org/downloads/)** and **[Git](https://git-scm.com/)** to your System PATH.
|
151 | 149 |
|
|
0 commit comments