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

Method evaluate

tests/test_chromium.py:1278–1279  ·  view source on GitHub ↗
(self, script)

Source from the content-addressed store, hash-verified

1276 return "<html>Never reached</html>"
1277
1278 async def evaluate(self, script):
1279 return 1000 # constant height value to simulate no progress in scrolling
1280
1281 mouse = AsyncMock()
1282 mouse.wheel = AsyncMock()

Callers 2

capture_screenshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected