(url)
| 455 | loader = ChromiumLoader(urls, backend="playwright", requires_js_support=True) |
| 456 | |
| 457 | async def dummy_js(url): |
| 458 | return f"<html>JS content for {url}</html>" |
| 459 | |
| 460 | monkeypatch.setattr(loader, "ascrape_with_js_support", dummy_js) |
| 461 | docs = list(loader.lazy_load()) |
nothing calls this directly
no outgoing calls
no test coverage detected