(url)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected