Update ReadMe files

This commit is contained in:
Michael Mintz 2019-03-16 01:52:06 -04:00
parent 20c8f168d6
commit 9d2028555c
4 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
### ![http://seleniumbase.com](https://cdn2.hubspot.net/hubfs/100006/images/super_logo_tiny.png "SeleniumBase") SeleniumBase Help Documents:
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> SeleniumBase Help Documents
> **Table of Contents / Navigation:**
> - [**SeleniumBase Features List**](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md)

View File

@ -1,4 +1,4 @@
## Console Scripts
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Console Scripts
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, and using the Selenium Grid.

View File

@ -1,4 +1,4 @@
### SeleniumBase web driver storage
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> SeleniumBase web driver storage
#### Usage:

View File

@ -1,4 +1,4 @@
## Resources Help
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Resources Help
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).
@ -10,6 +10,12 @@ Here are some of the resource files you'll find here:
**messenger/** - Files in this folder are used for creating Javascript notifications during test runs in Demo Mode.
**shepherd/** - Files in this folder are used for creating website tours using the Shepherd Javascript library.
**jquery_confirm/** - Files in this folder are used for creating Javascript confirmation prompts during test runs when using MasterQA.
**bootstrap_tour/** - Files in this folder are used for creating website tours using the Bootstrap Tour Javascript library. (SeleniumBase currently defaults to using Shepherd Tours.)
**shepherd/** - Files in this folder are used for creating website tours using the Shepherd Javascript library. (This is the default tour library.)
**bootstrap_tour/** - Files in this folder are used for creating website tours using the Bootstrap Tour Javascript library.
**introjs/** - Files in this folder are used for creating website tours using the IntroJS Javascript library.
**hopscotch/** - Files in this folder are used for creating website tours using the Hopscotch Javascript library.