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

Method __init__

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

Source from the content-addressed store, hash-verified

12
13class MockPlaywright:
14 def __init__(self):
15 self.chromium = AsyncMock()
16 self.firefox = AsyncMock()
17
18
19class MockBrowser:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected