Skip to content

Commit 54a2f9f

Browse files
committed
Clean up resource files that have CDN links
1 parent 577c8e5 commit 54a2f9f

16 files changed

+7
-112
lines changed

seleniumbase/resources/ReadMe.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Resource Files</h2>
1+
## [<img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32">](https://github.com/seleniumbase/SeleniumBase/) Resource Files
22

3-
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. In some cases, you may want to host these JavaScript and CSS files from your own CDN. For simplicity and convenience, some of these resources have been downloaded into the "resources" folder. If you decide to use your own CDN, you may need to update links in [base_case.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py) and [constants.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/constants.py).
4-
5-
Here are some of the resource files you'll find here:
3+
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.
64

75
**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).
86

7+
--------
8+
9+
The remaining resources have been moved into [github.com/seleniumbase/resource-files](https://github.com/seleniumbase/resource-files) in order to reduce the size of SeleniumBase:
10+
911
**messenger/** - Files in this folder are used for creating JavaScript notifications during test runs in Demo Mode.
1012

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

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

15-
--------
16-
17-
The remaining resources have been moved into [github.com/seleniumbase/resource-files](https://github.com/seleniumbase/resource-files) in order to reduce the size of SeleniumBase:
18-
1917
**reveal/** - Files in this folder are used for the HTML Presentation Maker.
2018

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

seleniumbase/resources/__init__.py

Whitespace-only changes.

seleniumbase/resources/html_inspector/html-inspector.min.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

seleniumbase/resources/jquery_confirm/jquery-confirm.min.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

seleniumbase/resources/jquery_confirm/jquery-confirm.min.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

seleniumbase/resources/messenger/messenger-spinner.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

seleniumbase/resources/messenger/messenger-theme-air.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

seleniumbase/resources/messenger/messenger-theme-block.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

seleniumbase/resources/messenger/messenger-theme-flat.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)