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

Function dummy_delay

tests/test_chromium.py:1888–1890  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1886 loader = ChromiumLoader(urls, backend="playwright")
1887
1888 async def dummy_delay(url):
1889 await asyncio.sleep(0.5)
1890 return f"<html>Content for {url}</html>"
1891
1892 monkeypatch.setattr(loader, "ascrape_playwright", dummy_delay)
1893 start_time = time.monotonic()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected