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'm willing to have an option for this added in a form of a high-quality pull request. The option needs a good name. It should be a boolean and something more user-friendly than networkidle0. And docs, types, and tests.
When using
networkidle2
, I found that some things didn't load when loading the website, so I needednetworkidle0
to fully load the website.I found the corresponding code, but there is no option for me to change this.
capture-website/index.js
Lines 280 to 283 in f35f7f6
So can we add an option to let the caller decide whether to use
networkidle0
ornetworkidle2
?The text was updated successfully, but these errors were encountered: