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

Method __init__

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

Source from the content-addressed store, hash-verified

28
29class MockPage:
30 def __init__(self):
31 self.goto = AsyncMock()
32 self.wait_for_load_state = AsyncMock()
33 self.content = AsyncMock()
34 self.evaluate = AsyncMock()
35 self.mouse = AsyncMock()
36 self.mouse.wheel = AsyncMock()
37
38
39@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected