You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/capabilities/ReadMe.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
### <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Using Desired Capabilities
1
+
### <imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="28" /> Using Desired Capabilities
2
2
3
3
You can specify browser desired capabilities for webdriver when running SeleniumBase tests on a remote SeleniumGrid server such as [BrowserStack](https://www.browserstack.com/automate/capabilities), [Sauce Labs](https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/), or [TestingBot](https://testingbot.com/support/other/test-options).
4
4
5
5
Sample run commands may look like this when run from the [SeleniumBase/examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) folder: (The browser is now specified in the capabilities file.)
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))
375
375
376
376
To use a server on the ``https`` protocol, add ``--protocol=https``:
<h2><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> The Selenium Grid Hub:</h2>
3
+
<h2><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="28" /> The Selenium Grid Hub:</h2>
4
4
5
5
The Selenium Grid Hub lets you distribute tests to run in parallel across multiple node machines. Each node machine can then run its own allocation of tests. This allows you to run a large suite of tests very quickly.
6
6
7
-
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Running the Selenium Grid Hub:</h3>
7
+
<h3><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="28" /> Running the Selenium Grid Hub:</h3>
8
8
9
9
The following commands will work once you've installed seleniumbase.
10
10
11
-
<h4><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Downloading the Selenium Server JAR file:</h4>
11
+
<h4><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="28" /> Downloading the Selenium Server JAR file:</h4>
12
12
13
13
```bash
14
14
seleniumbase download server
15
15
```
16
16
17
17
* (Required for using your own Selenium Grid)
18
18
19
-
<h4><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Grid Hub server controls:</h4>
19
+
<h4><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="28" /> Grid Hub server controls:</h4>
You can also run your tests on someone else's Selenium Grid to avoid managing your own. Here are some Selenium Grids that you can use (and the run command format):
(For setting browser desired capabilities while running Selenium remotely, see the <ahref="https://seleniumbase.io/help_docs/desired_capabilities/">desired capabilities documentation</a> and the sample files located in <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/capabilities">SeleniumBase/examples/capabilities</a>)
0 commit comments