How to wait for all the network connection to be finished before taking screen shot?
Praveena0989 opened this issue · comments
Praveena0989 commented
Hello Guys, Is there any way I can wait for all the network connection to be finished before taking the screenshot? For example, puppeteer has something like `{waitUntil: 'networkidle'} or anything like this is in the plan for the future release?
Aditya Kresna Permana commented
Yeah I wonder if goto
function have an options like waitUntil: "networkidle2"
? (similar like puppeteer) because I need to wait some page that rendered in SPA, or there is another options I could do to properly wait an SPA page?