MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / get_sbs_html

Function get_sbs_html

seleniumbase/core/visual_helper.py:96–110  ·  view source on GitHub ↗
(baseline="baseline.png", diff="baseline_diff.png")

Source from the content-addressed store, hash-verified

94
95
96def get_sbs_html(baseline="baseline.png", diff="baseline_diff.png"):
97 head = get_sbs_head()
98 header = get_sbs_header()
99 table_html = get_sbs_table_html(baseline, diff)
100 footer = get_sbs_footer()
101 the_html = (
102 '<html lang="en">'
103 + head
104 + '<body style="background-color: #FCFCF4;">'
105 + header
106 + table_html
107 + footer
108 + "</body>"
109 )
110 return the_html

Callers

nothing calls this directly

Calls 4

get_sbs_headFunction · 0.85
get_sbs_headerFunction · 0.85
get_sbs_table_htmlFunction · 0.85
get_sbs_footerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…