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

Function get_sbs_footer

seleniumbase/core/visual_helper.py:86–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85
86def get_sbs_footer():
87 footer = "<br /><b>Last updated:</b> "
88 timestamp, the_date, the_time = log_helper.get_master_time()
89 last_updated = "%s at %s" % (the_date, the_time)
90 footer = footer + "%s" % last_updated
91 gen_by = get_sbs_gen_by()
92 footer = footer + gen_by
93 return footer
94
95
96def get_sbs_html(baseline="baseline.png", diff="baseline_diff.png"):

Callers 1

get_sbs_htmlFunction · 0.85

Calls 1

get_sbs_gen_byFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…