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

Method quit

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

Source from the content-addressed store, hash-verified

303 self.page_source = "<html>selenium content</html>"
304
305 def quit(self):
306 pass
307
308 dummy_module.Chrome = lambda options: DummyDriver(options)
309 monkeypatch.setitem(sys.modules, "undetected_chromedriver", dummy_module)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected