MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / page_source

Method page_source

tests/test_chromium.py:538–539  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

536
537 @property
538 def page_source(self):
539 return "<html>driver content</html>"
540
541 def quit(self):
542 self.quit_called = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected