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

Function get_sbs_table_row

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

Source from the content-addressed store, hash-verified

34
35
36def get_sbs_table_row(baseline="baseline.png", diff="baseline_diff.png"):
37 row = (
38 '<tbody class="compare results-table-row">'
39 '<tr style="background-color: #F4F4FE;">'
40 '<td><img src="%s" width="100%%" /></td>'
41 '<td><img src="%s" width="100%%" /></td>'
42 "</tr></tbody>"
43 "" % (baseline, diff)
44 )
45 return row
46
47
48def get_sbs_table_html(baseline="baseline.png", diff="baseline_diff.png"):

Callers 1

get_sbs_table_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…