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

Function always_value_error

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

Source from the content-addressed store, hash-verified

1906 """Test that ascrape_playwright retries on ValueError and ultimately raises RuntimeError after exhausting retries."""
1907
1908 async def always_value_error(url, browser_name="chromium"):
1909 raise ValueError("Forced value error")
1910
1911 urls = ["http://example.com"]
1912 # requires_js_support is False so that scraper calls ascrape_playwright.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected