Add SeleniumBase branding to HTML code

This commit is contained in:
Michael Mintz 2020-08-17 16:20:29 -04:00
parent 84af4b7fb6
commit 59263ce817
2 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,7 @@
</style>
</head>
<body>
<!-- Tested with SeleniumBase - https://seleniumbase.io -->
<form id="myForm">
<table id="myTable" style="width: 780px; padding: 10px;">
<tbody id="tbodyId">

View File

@ -3345,6 +3345,7 @@ class BaseCase(unittest.TestCase):
'</style>\n'
'</head>\n\n'
'<body>\n'
'<!-- Generated by SeleniumBase - https://seleniumbase.io -->'
'<div class="reveal">\n'
'<div class="slides">\n'
'' % (constants.Reveal.MIN_CSS, reveal_theme_css))