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

Function dummy

tests/test_chromium.py:476–477  ·  view source on GitHub ↗
(url, browser_name="chromium")

Source from the content-addressed store, hash-verified

474
475 # Even if we patch ascrape_playwright, the while loop won't run since retry_limit is 0, so it should return None.
476 async def dummy(url, browser_name="chromium"):
477 return f"<html>Content for {url}</html>"
478
479 monkeypatch.setattr(loader, "ascrape_playwright", dummy)
480 result = await loader.ascrape_playwright("http://example.com")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected