Skip to content

Commit 5b5bf1c

Browse files
committed
Add the html-inspector library to constants
1 parent 7badbb0 commit 5b5bf1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ class Backbone:
6666
"backbone.js/%s/backbone-min.js" % VER)
6767

6868

69+
class HtmlInspector:
70+
VER = "0.8.2"
71+
MIN_JS = ("//cdnjs.cloudflare.com/ajax/libs/"
72+
"html-inspector/%s/html-inspector.min.js" % VER)
73+
74+
6975
class BootstrapTour:
7076
VER = "0.11.0"
7177
MIN_CSS = ("//cdnjs.cloudflare.com/ajax/libs/"

0 commit comments

Comments
 (0)