|
1 |
| -<meta property="og:site_name" content="SeleniumBase | Docs"> |
2 |
| -<meta property="og:title" content="SeleniumBase | Python Web Testing" /> |
| 1 | +<meta property="og:site_name" content="SeleniumBase"> |
| 2 | +<meta property="og:title" content="SeleniumBase: Python Web Automation and E2E Testing" /> |
3 | 3 | <meta property="og:description" content="Build fast, reliable, end-to-end tests." />
|
4 | 4 | <meta property="og:keywords" content="Python, pytest, selenium, webdriver, test automation, testing, seleniumbase, test framework, RPA, reports, website tours, presentations">
|
5 | 5 | <meta property="og:image" content="https://seleniumbase.io/cdn/img/sb_logo_dh.png" />
|
6 | 6 | <link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
|
7 | 7 |
|
8 | 8 | <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
|
9 |
| -<img src="https://seleniumbase.io/cdn/img/fancy_logo_14.png" alt="SeleniumBase" width="300" /> |
| 9 | +<img src="https://seleniumbase.io/cdn/img/fancy_logo_14.png" alt="SeleniumBase" title="SeleniumBase" width="300" /> |
10 | 10 | </a></p>
|
11 |
| -<p align="center"><b>A complete end-to-end testing experience.</b></p> |
12 |
| -<p align="center">Extends <a href="https://www.w3.org/TR/webdriver/">Selenium/WebDriver</a> and <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>.</p> |
| 11 | +<p align="center"><b>The complete web automation library.</b></p> |
| 12 | +<p align="center">Powered by WebDriver APIs and pytest.</p> |
13 | 13 | <!-- View on GitHub -->
|
14 | 14 | <p align="center">
|
15 | 15 | <a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
|
22 | 22 | </p>
|
23 | 23 |
|
24 | 24 | <p>
|
25 |
| -<b>SeleniumBase</b> is an all-in-one framework for reliable browser automation, end-to-end testing, reports, charts, presentations, and website tours. |
26 |
| -Tests are run with <b>pytest</b>. Browsers are controlled by <b>WebDriver</b>. |
| 25 | +<b>SeleniumBase</b> is an all-in-one framework for reliable browser automation, end-to-end testing, reports, charts, presentations, website tours, and visual testing. |
| 26 | +Tests are run with <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>. Browsers are controlled by <a href="https://www.w3.org/TR/webdriver2/#endpoints">WebDriver</a>. |
27 | 27 | </p>
|
28 | 28 |
|
29 | 29 | <p align="center">
|
@@ -57,7 +57,7 @@ Tests are run with <b>pytest</b>. Browsers are controlled by <b>WebDriver</b>.
|
57 | 57 |
|
58 | 58 | --------
|
59 | 59 |
|
60 |
| -<p align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" width="450" alt="SeleniumBase Mobile Mode" title="SeleniumBase Mobile Mode" /></p> |
| 60 | +<p align="center"><img src="https://seleniumbase.io/cdn/gif/swag_mobile.gif" width="450" alt="SeleniumBase Mobile Mode" title="SeleniumBase Mobile Mode" /></p> |
61 | 61 |
|
62 | 62 | ```bash
|
63 | 63 | pytest test_swag_labs.py --mobile
|
@@ -414,8 +414,9 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
|
414 | 414 | --ad-block # (Block some types of display ads after page loads.)
|
415 | 415 | --block-images # (Block images from loading during tests.)
|
416 | 416 | --verify-delay=SECONDS # (The delay before MasterQA verification checks.)
|
417 |
| ---disable-csp # (This disables the Content Security Policy of websites.) |
418 |
| ---enable-ws # (Enable Web Security on Chrome.) |
| 417 | +--disable-csp # (Disable the Content Security Policy of websites.) |
| 418 | +--disable-ws # (Disable Web Security on Chromium-based browsers.) |
| 419 | +--enable-ws # (Enable Web Security on Chromium-based browsers.) |
419 | 420 | --enable-sync # (Enable "Chrome Sync".)
|
420 | 421 | --use-auto-ext # (Use Chrome's automation extension.)
|
421 | 422 | --swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
|
|
0 commit comments