Skip to content

Commit ffdd6c9

Browse files
committed
Update the docs
1 parent 2bbb3c3 commit ffdd6c9

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

help_docs/customizing_test_runs.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,6 @@ Here's how to connect to a Sauce Labs Selenium Grid server for running tests:
480480
pytest test_demo_site.py --server=USERNAME:[email protected] --port=443 --protocol=https
481481
```
482482

483-
Here's how to connect to a CrossBrowserTesting Selenium Grid server for running tests:
484-
485-
```bash
486-
pytest test_demo_site.py --server=USERNAME:[email protected] --port=80
487-
```
488-
489483
🌐 Or you can create your own Selenium Grid for test distribution. ([See this ReadMe for details](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md))
490484

491485
🌐 To use a server on the ``https`` protocol, add ``--protocol=https``: (*Now automatic if the port is 443.*)

help_docs/uc_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ As an ethical hacker / cybersecurity researcher who builds bots that bypass CAPT
382382

383383
<img src="https://seleniumbase.github.io/other/g_recaptcha.png" title="SeleniumBase" width="315">
384384

385-
Since Google makes Chrome, Google's own <b translate="no">reCAPTCHA</b> service has access to more data than other CAPTCHA services (eg. hCaptcha, CloudFlare, DataDome, etc.), and can therefore use that data to make better decisions about whether or not web activity is coming from real humans or automated bots.
385+
Since Google makes Chrome, Google's own <b translate="no">reCAPTCHA</b> service has access to more data than other CAPTCHA services, and can therefore use that data to make better decisions about whether or not web activity is coming from real humans or automated bots.
386386

387387
--------
388388

seleniumbase/utilities/selenium_grid/ReadMe.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ pytest test_demo_site.py --server=USERNAME:[email protected] --port=80
6464
pytest test_demo_site.py --server=USERNAME:[email protected] --port=443 --protocol=https
6565
```
6666

67-
* [CrossBrowserTesting](https://help.crossbrowsertesting.com/selenium-testing/getting-started/python/) Selenium Grid:
68-
69-
```bash
70-
pytest test_demo_site.py --server=USERNAME:[email protected] --port=80
71-
```
72-
7367
To use a server on the ``https`` protocol, add ``--protocol=https``:
7468
(<i>SeleniumBase 1.65.2 and newer uses ``https`` automatically for ``--port=443``.</i>)
7569

0 commit comments

Comments
 (0)