schickling / chromeless

🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.

Home Page:https://chromeless.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to wait for all the network connection to be finished before taking screen shot?

Praveena0989 opened this issue · comments

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?

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?