Skip to content

Commit 67ac66b

Browse files
committed
Update resources
1 parent a2d7ab3 commit 67ac66b

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

seleniumbase/resources/ReadMe.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Resources Help
22

3-
SeleniumBase uses some Javascript libraries for optional advanced features such as website tours, messenger, highlighting elements on a page, and other jQuery actions. In some cases, you may want to host these Javascript and CSS files from your own websites. For simplicity and convenience, these resources have been downloaded into the "resources" folder. If you decide to use your local versions, you may need to update the corresponding URLs in [base_case.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py).
3+
SeleniumBase uses some JavaScript libraries for optional advanced features such as website tours, messenger, HTML validation, highlighting elements on a page, and other jQuery actions. In some cases, you may want to host these JavaScript and CSS files from your own websites. For simplicity and convenience, these resources have been downloaded into the "resources" folder. If you decide to use your local versions, you may need to update the corresponding URLs in [base_case.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py).
44

55
Here are some of the resource files you'll find here:
66

77
**favicon.ico** - This file is used by [style_sheet.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/core/style_sheet.py) for the favicon icon. Currently, SeleniumBase uses the version at [https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/resources/favicon.ico](https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/resources/favicon.ico).
88

9-
**messenger/** - Files in this folder are used for creating Javascript notifications during test runs in Demo Mode.
9+
**messenger/** - Files in this folder are used for creating JavaScript notifications during test runs in Demo Mode.
1010

11-
**jquery_confirm/** - Files in this folder are used for creating Javascript confirmation prompts during test runs when using MasterQA.
11+
**jquery_confirm/** - Files in this folder are used for creating JavaScript confirmation prompts during test runs when using MasterQA.
1212

13-
**shepherd/** - Files in this folder are used for creating website tours using the Shepherd Javascript library. (This is the default tour library.)
13+
**html_inspector/** - Files in this folder are used for the HTML Inspector, which validates website pages.
1414

15-
**bootstrap_tour/** - Files in this folder are used for creating website tours using the Bootstrap Tour Javascript library.
15+
**shepherd/** - Files in this folder are used for creating website tours using the Shepherd JavaScript library. (This is the default tour library.)
1616

17-
**introjs/** - Files in this folder are used for creating website tours using the IntroJS Javascript library.
17+
**bootstrap_tour/** - Files in this folder are used for creating website tours using the Bootstrap Tour JavaScript library.
1818

19-
**hopscotch/** - Files in this folder are used for creating website tours using the Hopscotch Javascript library.
19+
**introjs/** - Files in this folder are used for creating website tours using the IntroJS JavaScript library.
20+
21+
**driverjs/** - Files in this folder are used for creating website tours using the DriverJS JavaScript library.
22+
23+
**hopscotch/** - Files in this folder are used for creating website tours using the Hopscotch JavaScript library.

seleniumbase/resources/driverjs/driver.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seleniumbase/resources/driverjs/driver.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)