Skip to content

Commit 59263ce

Browse files
committed
Add SeleniumBase branding to HTML code
1 parent 84af4b7 commit 59263ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/offline_examples/demo_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
</style>
251251
</head>
252252
<body>
253+
<!-- Tested with SeleniumBase - https://seleniumbase.io -->
253254
<form id="myForm">
254255
<table id="myTable" style="width: 780px; padding: 10px;">
255256
<tbody id="tbodyId">

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,6 +3345,7 @@ def create_presentation(
33453345
'</style>\n'
33463346
'</head>\n\n'
33473347
'<body>\n'
3348+
'<!-- Generated by SeleniumBase - https://seleniumbase.io -->'
33483349
'<div class="reveal">\n'
33493350
'<div class="slides">\n'
33503351
'' % (constants.Reveal.MIN_CSS, reveal_theme_css))

0 commit comments

Comments
 (0)