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
To upgrade an existing install from a GitHub clone:
215
+
**To upgrade an existing install from a GitHub clone:**
214
216
215
217
```bash
216
218
git pull
217
219
pip install -e .
218
220
```
219
221
220
-
🔵 Installing ``seleniumbase`` from PyPI:
222
+
🔵 **Installing ``seleniumbase`` from PyPI:**
221
223
222
224
```bash
223
225
pip install seleniumbase
@@ -227,7 +229,7 @@ pip install seleniumbase
227
229
* (Add ``--force-reinstall`` to upgrade indirect libraries.)
228
230
* (Use ``pip3`` if multiple versions of Python are present.)
229
231
230
-
To upgrade an existing install from PyPI:
232
+
**To upgrade an existing install from PyPI:**
231
233
232
234
```bash
233
235
pip install -U seleniumbase
@@ -283,7 +285,7 @@ COMMANDS:
283
285
284
286
<h3><img src="https://seleniumbase.github.io/img/logo3b.png" title="SeleniumBase" width="32" /> Downloading web drivers:</h3>
285
287
286
-
✅ SeleniumBase automatically downloads web drivers as needed, such as ``chromedriver``and ``geckodriver`` (Firefox).
288
+
✅ SeleniumBase automatically downloads web drivers as needed, such as ``chromedriver``, ``edgedriver``, and ``geckodriver``.
287
289
288
290
✅ To manually download a webdriver, see [Console Scripts](https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/) OR [Webdriver Installation](https://seleniumbase.io/help_docs/webdriver_installation/).
Copy file name to clipboardExpand all lines: examples/ReadMe.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- SeleniumBase Docs -->
2
+
1
3
## [<imgsrc="https://seleniumbase.github.io/img/logo6.png"title="SeleniumBase"width="32">](https://github.com/seleniumbase/SeleniumBase/) Example Tests:
Copy file name to clipboardExpand all lines: examples/behave_bdd/ReadMe.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- SeleniumBase Docs -->
2
+
1
3
## [<imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="32">](https://github.com/seleniumbase/SeleniumBase/) 🐝 Behave test runner for SeleniumBase 🐝
2
4
3
5
🐝 (Utilizes the [Behave BDD Python library](https://github.com/behave/behave). For more info, see the [Behave tutorial](https://behave.readthedocs.io/en/stable/tutorial.html) and read about [Behave's Gherkin model](https://behave.readthedocs.io/en/stable/gherkin.html).)
Copy file name to clipboardExpand all lines: examples/capabilities/ReadMe.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- SeleniumBase Docs -->
2
+
1
3
<h3><imgsrc="https://seleniumbase.io/img/green_logo.png"title="SeleniumBase"width="32" /> Using Desired Capabilities</h3>
2
4
3
5
You can specify browser capabilities when running SeleniumBase tests on a remote Selenium Grid server such as <ahref="https://www.browserstack.com/automate/capabilities"target="_blank">BrowserStack</a>, <ahref="https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/"target="_blank">Sauce Labs</a>, or another.
<p><b><ahref="https://seleniumbase.io/seleniumbase/masterqa/ReadMe/">MasterQA</a></b> uses <b>SeleniumBase Dialog Boxes</b> to speed up manual testing by having automation perform all the browser actions while the manual tester handles validation. See <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/master_qa">the MasterQA GitHub page</a> for examples.</p>
180
+
<p><b><ahref="https://seleniumbase.github.io/seleniumbase/masterqa/ReadMe/">MasterQA</a></b> uses <b>SeleniumBase Dialog Boxes</b> to speed up manual testing by having automation perform all the browser actions while the manual tester handles validation. See <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/master_qa">the MasterQA GitHub page</a> for examples.</p>
Copy file name to clipboardExpand all lines: examples/example_logs/ReadMe.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- SeleniumBase Docs -->
2
+
1
3
## [<imgsrc="https://seleniumbase.github.io/img/logo6.png"title="SeleniumBase"width="32">](https://github.com/seleniumbase/SeleniumBase/) Logs, The Dashboard, and Reports:
2
4
3
5
<!-- YouTube View --><ahref="https://www.youtube.com/watch?v=XpuJCjJhJwQ"><imgsrc="http://img.youtube.com/vi/XpuJCjJhJwQ/0.jpg"title="SeleniumBase on YouTube"width="285" /></a>
0 commit comments