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

Method __init__

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

Source from the content-addressed store, hash-verified

23
24class MockContext:
25 def __init__(self):
26 self.new_page = AsyncMock()
27
28
29class MockPage:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected