Skip to content

Commit 1491cd4

Browse files
committed
Update the ReadMe
1 parent d4bf194 commit 1491cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/logo3b.png" alt="SeleniumBase" title="SeleniumBase" width="38" /></a> SeleniumBase <a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/dash_pie_2.png" alt="SeleniumBase" title="SeleniumBase" width="38" /></a></h1>
99
<!-- View on GitHub -->
1010

11-
<p align="center"><div align="center">Fast, easy, and reliable browser automation & testing with Python.</div></p>
11+
<p align="center"><div align="center">Fast, easy, and reliable Web/UI testing with Python.</div></p>
1212

1313
<p align="center">
1414
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
@@ -22,15 +22,15 @@
2222
<p align="center">
2323
<a href="#python_installation">🚀 Start</a> |
2424
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">🎯 Features</a> |
25-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md"> Examples</a> |
25+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">📝 Examples</a> |
2626
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">🎛️ Options</a> |
2727
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md">🔮 Scripts</a> |
2828
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md">🎖️ Cmdr</a> |
2929
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🕹️ JSMgr</a>
3030
<br />
3131
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">📚 API</a> |
3232
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">🔴 Recorder</a> |
33-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">🔵 Dashboard</a> |
33+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md"> Dashboard</a> |
3434
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">🔠 Formats</a> |
3535
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">📊 Charts</a> |
3636
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🗺️ Tours</a> |
@@ -48,7 +48,7 @@
4848
--------
4949

5050
<details>
51-
<summary> ▶️ How is SeleniumBase different from raw Selenium? (click to expand)</summary>
51+
<summary> ▶️ <u>How is SeleniumBase different from raw Selenium?</u> (click to expand)</summary>
5252
<div>
5353

5454
<p>✔️ SeleniumBase is a Python test framework for the Selenium/WebDriver browser automation library. This framework incorporates test-runners such as <code>pytest</code>, <code>nosetests</code>, and <code>behave</code> to provide organized structure, test discovery, test execution, test state (<i>eg. passed, failed, or skipped</i>), and command-line options for changing default settings (<i>such as which browser to use</i>). With raw Selenium, you would need to set up your own options-parser for configuring tests from the command-line.</p>

0 commit comments

Comments
 (0)