(*args, **kwargs)
| 296 | raise RuntimeError("Playwright non disponibile. Riavvia con l'ambiente corretto o installa Playwright/greenlet.") |
| 297 | |
| 298 | def async_playwright(*args, **kwargs): |
| 299 | raise RuntimeError("Playwright non disponibile. Riavvia con l'ambiente corretto o installa Playwright/greenlet.") |
| 300 | |
| 301 | PlaywrightTimeoutError = Exception |
| 302 | PLAYWRIGHT_AVAILABLE = False |
nothing calls this directly
no outgoing calls
no test coverage detected