SeleniumBase/seleniumbase/resources
Michael Mintz 7bffd4957c Add resources for running Presenter offline 2020-06-28 23:17:46 -04:00
..
bootstrap_tour Update a CSS file 2019-11-21 00:06:12 -05:00
driverjs Update resources 2020-06-03 01:37:24 -04:00
hopscotch Add ability to create & run Hopscotch JS website tours 2018-10-05 01:19:42 -04:00
html_inspector Add html-inspector.min.js to resources 2019-11-19 02:57:06 -05:00
introjs Add ability to create website tours using the IntroJS library 2018-10-04 02:27:47 -04:00
jquery_confirm Update JqueryConfirm to version 3.3.4 2019-07-14 01:04:42 -04:00
messenger Swap CSS file with minified CSS file 2019-11-20 01:17:15 -05:00
prettify Add resources for running Presenter offline 2020-06-28 23:17:46 -04:00
reveal Add resources for running Presenter offline 2020-06-28 23:17:46 -04:00
shepherd Update Tether JavaScript library version 2019-09-01 16:02:29 -04:00
ReadMe.md Update resources 2020-06-03 01:37:24 -04:00
favicon.ico Update the favicon 2019-03-01 00:44:42 -05:00

ReadMe.md

Resources Help

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.

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

favicon.ico - This file is used by style_sheet.py for the favicon icon. Currently, SeleniumBase uses the version at https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/resources/favicon.ico.

messenger/ - Files in this folder are used for creating JavaScript notifications during test runs in Demo Mode.

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

html_inspector/ - Files in this folder are used for the HTML Inspector, which validates website pages.

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.

driverjs/ - Files in this folder are used for creating website tours using the DriverJS JavaScript library.

hopscotch/ - Files in this folder are used for creating website tours using the Hopscotch JavaScript library.