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

Method get_favicon

seleniumbase/fixtures/constants.py:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143class Report:
144 def get_favicon():
145 if not hasattr(encoded_images, "REPORT_FAVICON"):
146 encoded_images.REPORT_FAVICON = encoded_images.get_report_favicon()
147 return encoded_images.REPORT_FAVICON
148 LOCKFILE = Files.DOWNLOADS_FOLDER + "/htmlreport.lock"
149
150

Callers 2

get_sbs_headFunction · 0.45
get_report_styleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected