|
1 |
| -[<img src="https://seleniumbase.io/cdn/img/sb_logo_10t.png" title="SeleniumBase" width="240">](https://github.com/seleniumbase/SeleniumBase/) |
| 1 | +<h3 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_10t.png" alt="SeleniumBase" title="SeleniumBase" width="240"></a></h3> |
2 | 2 |
|
3 | 3 | <!-- YouTube View --><a href="https://www.youtube.com/watch?v=Sjzq9kU5kOw"><img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase on YouTube" width="285" /></a>
|
4 | 4 | <!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=Sjzq9kU5kOw">Watch the tutorial on YouTube</a></b>)</p>
|
5 | 5 |
|
6 | 6 | <a id="feature_list"></a>
|
7 |
| -<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> ⛲ Features: 🗂️</h2> |
| 7 | +<h2><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> Features: 🏰</h2> |
8 | 8 |
|
9 | 9 | * A complete test automation framework for web and mobile E2E UI testing.
|
| 10 | +* Has [Recorder Mode](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md) for generating scripts from recorded actions. (``--rec``) |
10 | 11 | * Supports multiple browsers, tabs, iFrames, and proxies in the same test.
|
11 | 12 | * Automatic smart-waiting improves reliability and prevents flaky tests.
|
12 | 13 | * Supports [pytest](https://docs.pytest.org/en/latest/), [unittest](https://docs.python.org/3/library/unittest.html), and [nose](http://nose.readthedocs.io/en/latest/) for test discovery and execution.
|
|
20 | 21 | * Can run tests through an authenticated proxy server. (``--proxy=USER:PASS@HOST:PORT``)
|
21 | 22 | * Can run tests with a customized browser user agent. (``--agent=USER_AGENT_STRING``)
|
22 | 23 | * Can set a Chromium User Data Directory/Profile to load. (``--user_data_dir=DIR``)
|
23 |
| -* Has [Recorder Mode](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md) for generating scripts from recorded actions. (``--recorder``) |
24 | 24 | * Can load Chrome Extension ZIP files. (``--extension_zip=ZIP``)
|
25 | 25 | * Can load Chrome Extension folders. (``--extension_dir=DIR``)
|
26 | 26 | * Powerful [console scripts](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md). (Type **``seleniumbase``** or **``sbase``** to use.)
|
|
38 | 38 | * Can execute JavaScript code from Python calls. (Use: ``self.execute_script()``)
|
39 | 39 | * Can pierce through Shadow DOM selectors. (Add ``::shadow`` to CSS fragments.)
|
40 | 40 | * Includes a hybrid-automation solution, [MasterQA](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md), for speeding up manual testing.
|
41 |
| -* Includes a tool to [convert Katalon & Selenium IDE recordings](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/katalon/ReadMe.md) into SeleniumBase scripts. |
| 41 | +* Includes a tool to [convert Katalon & SeleniumIDE recordings](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/katalon/ReadMe.md) into SeleniumBase format. |
42 | 42 | * Includes useful [Python decorators and password obfuscation methods](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/ReadMe.md).
|
43 | 43 |
|
44 | 44 | --------
|
45 | 45 |
|
46 | 46 | <!-- YouTube View --><a href="https://www.youtube.com/watch?v=yEQeAU_mrg0"><img src="http://img.youtube.com/vi/yEQeAU_mrg0/0.jpg" title="SeleniumBase on YouTube" width="285" /></a>
|
47 | 47 | <!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=yEQeAU_mrg0">Have fun with test automation!</a></b>)</p>
|
48 | 48 |
|
49 |
| -[<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="285">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) |
| 49 | +<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_10.png" alt="SeleniumBase" title="SeleniumBase" width="200"></a></p> |
| 50 | + |
| 51 | +[<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="200">](https://seleniumbase.io/) |
0 commit comments