SeleniumBase/seleniumbase/resources
Michael Mintz 2516a8309b Refactoring 2023-02-03 01:10:36 -05:00
..
ReadMe.md Refactoring 2023-02-03 01:10:36 -05:00
__init__.py Refactoring 2023-02-03 01:10:36 -05:00
favicon.ico Update images 2021-10-21 14:21:08 -04:00

ReadMe.md

Resource Files

SeleniumBase uses JavaScript libraries for bonus features such as the Website Tour Maker, Presentation Maker, Chart Maker, Demo Mode, HTML Inspector, and more. In general, SeleniumBase retrieves these resources via CDN link.

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.


The remaining resources have been moved into github.com/seleniumbase/resource-files in order to reduce the size of SeleniumBase:

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.

reveal/ - Files in this folder are used for the HTML Presentation Maker.

prettify/ - Files in this folder are used to assist the HTML Presentation Maker.

shepherd/ - Files in this folder are used for creating website tours using the Shepherd JavaScript 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.