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

Method __init__

tests/test_chromium.py:301–303  ·  view source on GitHub ↗
(self, options)

Source from the content-addressed store, hash-verified

299
300 class DummyDriver:
301 def __init__(self, options):
302 self.options = options
303 self.page_source = "<html>selenium content</html>"
304
305 def quit(self):
306 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected