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
@@ -23,9 +23,9 @@ With Python installed and on your System PATH, you can get the latest ``pip`` wi
23
23
python -m easy_install -U pip
24
24
```
25
25
26
-
### <imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png"title="SeleniumBase"height="32"> Setup a Virtual Environment: (Optional)
26
+
### <imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png"title="SeleniumBase"height="32"> Setup a Python Virtual Env:
27
27
28
-
You may want to use a **Python Virtual Environment** to isolate Python dependencies between projects. Instructions on creating one can be found **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)**. (<i>Learn more about virtual environments on the official site **[here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)**.</i>)
28
+
It is **recommended** to use a **Python Virtual Environment** to isolate Python dependencies between projects. Instructions on creating one can be found **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)**. (<i>Learn more about virtual environments on the **[official site](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)**.</i>)
Copy file name to clipboardExpand all lines: examples/ReadMe.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,16 +70,13 @@ Run a test that demonstrates how to upload a file to a website:
70
70
pytest upload_file_test.py
71
71
```
72
72
73
-
For more advanced run commands, such as using a proxy server, see [../help_docs/customizing_test_runs.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md)
73
+
For more advanced run commands, such as using a proxy server, see [../help_docs/customizing_test_runs.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md)
74
74
75
75
--------
76
76
77
-
To makes things easier, here's a simple GUI program that allows you to kick off a few example scripts by pressing a button:
77
+
To makes things easier, here's a simple GUI program that allows you to run a few example scripts by pressing a button:
78
78
79
79
```bash
80
80
python gui_test_runner.py
81
81
```
82
-
83
-
<imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/The_GUI_Runner.png"title="GUI Test Runner"height="400">
84
-
85
-
(NOTE: If you see any ``*.pyc`` files appear as you run tests, that's perfectly normal. Compiled bytecode is a natural result of running Python code.)
82
+
<imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/gui_test_runner_py.png"title="GUI Test Runner">
Copy file name to clipboardExpand all lines: examples/tour_examples/ReadMe.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,6 +1,6 @@
1
1
## SeleniumBase Website Tours
2
2
3
-
SeleniumBase Tours utilize your choice of 4 different JavaScript libraries for prototyping tours, demos, walkthroughs, and onboarding experiences on any website:**[Shepherd](https://shipshapecode.github.io/shepherd/docs/welcome/)**, **[Bootstrap Tour](http://bootstraptour.com/)**, **[IntroJS](https://introjs.com/)**, and **[Hopscotch](http://linkedin.github.io/hopscotch/)**.Choose your favorite one to use!
3
+
SeleniumBase Tours utilize your choice of 4 different JavaScript libraries for prototyping walkthroughs, onboarding experiences, and digital adoption solutions on any website:<br>**[Shepherd](https://shipshapecode.github.io/shepherd/docs/welcome/)**, **[Bootstrap Tour](http://bootstraptour.com/)**, **[IntroJS](https://introjs.com/)**, and **[Hopscotch](http://linkedin.github.io/hopscotch/)**.<br>Choose your favorite one to use!
4
4
5
5
Example tour:
6
6
@@ -9,7 +9,7 @@ cd examples/tour_examples
9
9
pytest google_tour.py
10
10
```
11
11
12
-
<imgsrc="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif"title="SeleniumBase Tour of Google"height="260"><br>
12
+
<imgsrc="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif"title="SeleniumBase Tour of Google"><br>
0 commit comments