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: help_docs/desired_capabilities.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Using Desired Capabilities
1
+
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Using Desired Capabilities</h3>
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).
SeleniumBase console scripts help you get things done more easily, such as installing web drivers, creating a test directory with necessary configuration files, converting old WebDriver unittest scripts into SeleniumBase code, translating tests into multiple languages, and using the Selenium Grid.
## <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> The Selenium Grid Hub:
3
+
<h2><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> 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
-
### <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Running the Selenium Grid Hub:
7
+
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Running the Selenium Grid Hub:</h3>
8
8
9
9
The following commands will work once you've installed seleniumbase.
10
10
11
-
#### <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Downloading the Selenium Server JAR file:
11
+
<h4><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Downloading the Selenium Server JAR file:</h4>
12
+
12
13
```bash
13
14
seleniumbase download server
14
15
```
15
16
* (Required for using your own Selenium Grid)
16
17
17
-
#### <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Grid Hub server controls:
18
+
<h4><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Grid Hub server controls:</h4>
(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>)
72
75
73
-
#### More info about the Selenium Grid Hub can be found here:
76
+
<h4><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> More info about the Selenium Grid Hub can be found here:</h4>
0 commit comments