|
8 | 8 | <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>
|
9 | 9 | <!-- View on GitHub -->
|
10 | 10 |
|
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> |
12 | 12 |
|
13 | 13 | <p align="center">
|
14 | 14 | <a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
|
22 | 22 | <p align="center">
|
23 | 23 | <a href="#python_installation">🚀 Start</a> |
|
24 | 24 | <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> | |
26 | 26 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">🎛️ Options</a> |
|
27 | 27 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md">🔮 Scripts</a> |
|
28 | 28 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md">🎖️ Cmdr</a> |
|
29 | 29 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🕹️ JSMgr</a>
|
30 | 30 | <br />
|
31 | 31 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">📚 API</a> |
|
32 | 32 | <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> | |
34 | 34 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">🔠 Formats</a> |
|
35 | 35 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">📊 Charts</a> |
|
36 | 36 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🗺️ Tours</a> |
|
|
48 | 48 | --------
|
49 | 49 |
|
50 | 50 | <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> |
52 | 52 | <div>
|
53 | 53 |
|
54 | 54 | <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