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

Class DummyContext

tests/test_chromium.py:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 return "<html>Dummy</html>"
256
257 class DummyContext:
258 async def new_page(self):
259 return DummyPage()
260
261 class DummyBrowser:
262 async def new_context(self, **kwargs):

Callers 1

new_contextMethod · 0.85

Calls

no outgoing calls

Tested by 1

new_contextMethod · 0.68