Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ get_sbs_header
Function
get_sbs_header
seleniumbase/core/visual_helper.py:80–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
79
80
def
get_sbs_header():
81
header_text = get_sbs_header_text()
82
header =
'<h3 align="center">%s</h3>'
% header_text
83
return
header
84
85
86
def
get_sbs_footer():
Callers
1
get_sbs_html
Function · 0.85
Calls
1
get_sbs_header_text
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…