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

Method save_as_html

seleniumbase/core/sb_cdp.py:3525–3526  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

3523 html_file.close()
3524
3525 def save_as_html(self, *args, **kwargs):
3526 self.save_page_source(*args, **kwargs)
3527
3528 def save_screenshot(self, name, folder=None, selector=None):
3529 filename = name

Callers 1

raw_cdp_copilot.pyFile · 0.45

Calls 1

save_page_sourceMethod · 0.95

Tested by

no test coverage detected