Skip to content

Commit bee443a

Browse files
committed
Update the docs
1 parent 1d1ef32 commit bee443a

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

examples/capabilities/ReadMe.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@ capabilities = {
3939

4040
(You'll notice that the browser is now being specified in the capabilities file, rather than with ``--browser=BROWSER``)
4141

42-
You can generate desired capabilities for [BrowserStack](https://www.browserstack.com/automate/capabilities), [Sauce Labs](https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/), and [TestingBot](https://testingbot.com/support/other/test-options) by following those links to their respective websites.
43-
44-
A regex parser was built into SeleniumBase to capture all lines from the specified desired capabilities file in the following formats:
42+
<b>You can generate specific desired capabilities using:</b>
43+
<ul>
44+
<li><a href="https://www.browserstack.com/automate/capabilities">BrowserStack desired capabilities</a></li>
45+
<li><a href="https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/">Sauce Labs desired capabilities</a></li>
46+
<li><a href="https://testingbot.com/support/other/test-options">TestingBot desired capabilities</a></li>
47+
</ul>
48+
49+
<b>Parsing desired capabilities:</b>
50+
SeleniumBase has a desired capabilities parser that can capture all lines from the specified file in the following formats:
4551
``'KEY': 'VALUE'``
4652
``'KEY': True``
4753
``'KEY': False``

help_docs/desired_capabilities.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@ capabilities = {
3939

4040
(You'll notice that the browser is now being specified in the capabilities file, rather than with ``--browser=BROWSER``)
4141

42-
You can generate desired capabilities for [BrowserStack](https://www.browserstack.com/automate/capabilities), [Sauce Labs](https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/), and [TestingBot](https://testingbot.com/support/other/test-options) by following those links to their respective websites.
43-
44-
A regex parser was built into SeleniumBase to capture all lines from the specified desired capabilities file in the following formats:
42+
<b>You can generate specific desired capabilities using:</b>
43+
<ul>
44+
<li><a href="https://www.browserstack.com/automate/capabilities">BrowserStack desired capabilities</a></li>
45+
<li><a href="https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/">Sauce Labs desired capabilities</a></li>
46+
<li><a href="https://testingbot.com/support/other/test-options">TestingBot desired capabilities</a></li>
47+
</ul>
48+
49+
<b>Parsing desired capabilities:</b>
50+
SeleniumBase has a desired capabilities parser that can capture all lines from the specified file in the following formats:
4551
``'KEY': 'VALUE'``
4652
``'KEY': True``
4753
``'KEY': False``

seleniumbase/utilities/selenium_grid/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pytest my_first_test.py --server=USERNAME:KEY@hub.crossbrowsertesting.com --port
6868
pytest my_first_test.py --server=USERNAME:KEY@hub.lambdatest.com --port=80
6969
```
7070

71-
(For setting browser desired capabilities while running Selenium remotely, see the ReadMe located here: https://github.com/seleniumbase/SeleniumBase/tree/master/examples/capabilities)
71+
(For setting browser desired capabilities while running Selenium remotely, see the <a href="https://seleniumbase.io/help_docs/desired_capabilities/">desired capabilities documentation</a> and the sample files located in <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/capabilities">SeleniumBase/examples/capabilities</a>)
7272

7373
#### More info about the Selenium Grid Hub can be found here:
7474
* [https://github.com/SeleniumHQ/selenium/wiki/Grid2](https://github.com/SeleniumHQ/selenium/wiki/Grid2)

0 commit comments

Comments
 (0)