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

Method new_context

tests/test_chromium.py:262–263  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

260
261 class DummyBrowser:
262 async def new_context(self, **kwargs):
263 return DummyContext()
264
265 async def close(self):
266 return

Calls 1

DummyContextClass · 0.85

Tested by

no test coverage detected