You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try many time to screenshot some web with google webfont,
but the screenshot .png didn't show google webfont.
And I occure with error something like 'timeout in 60ms'
I will change index.js line 351
await page.waitForFunction(imagesHaveLoaded, {timeout: 60});
await page.waitForFunction(imagesHaveLoaded, {timeout: timeoutInSeconds});
It's work for me
The text was updated successfully, but these errors were encountered:
I try many time to screenshot some web with google webfont,
but the screenshot .png didn't show google webfont.
And I occure with error something like 'timeout in 60ms'
I will change index.js line 351
await page.waitForFunction(imagesHaveLoaded, {timeout: 60});
await page.waitForFunction(imagesHaveLoaded, {timeout: timeoutInSeconds});
It's work for me
The text was updated successfully, but these errors were encountered: