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

Method __init__

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

Source from the content-addressed store, hash-verified

18
19class MockBrowser:
20 def __init__(self):
21 self.new_context = AsyncMock()
22
23
24class MockContext:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected