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

Function failing_scraper

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

Source from the content-addressed store, hash-verified

1248 """Test that the scrape method for selenium backend raises a ValueError when ascrape_undetected_chromedriver fails."""
1249
1250 async def failing_scraper(url):
1251 raise Exception("dummy error")
1252
1253 urls = ["http://example.com"]
1254 loader = ChromiumLoader(urls, backend="selenium", retry_limit=1, timeout=5)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected