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

Function dummy_selenium

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

Source from the content-addressed store, hash-verified

103 """Test that the scrape method works correctly for selenium by returning the dummy selenium content."""
104
105 async def dummy_selenium(url):
106 return f"<html>dummy selenium content for {url}</html>"
107
108 urls = ["http://example.com"]
109 loader = ChromiumLoader(urls, backend="selenium")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected