Javascript – Why is Playwright screenshot timing out with "waiting for fonts to load…"?
Why is the Playwright timing out when taking a screenshot? I'm trying to take a screenshot of the MongoDB login website but it's not taking screenshots and giving timeout errors. (async () => { const browser = await chromium.launch({ headless:…