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 want to create har file of slow-loading website.
But created har file contents is empty.
I added sleep() function after har.start() , then har file contents is not empty.
I want to create har file of slow-loading website.
But created har file contents is empty.
I added
sleep()
function afterhar.start()
, then har file contents is not empty.Question
sleep
function needed?sleep
function. What function do I use ?For example, should I use
await page.waitForNavigation({ waitUntil: 'networkidle2' });
?HAR details in file or jSON puppeteer/puppeteer#1916 (comment)
The text was updated successfully, but these errors were encountered: