Closed jsw-zorro closed 3 years ago
For some website, for example, the CNN. It keeps refreshing, what's this tool's methodology to decide when to finish?
It waits -g, --grace <ms> (default 0) after:
-g, --grace <ms>
https://github.com/cyrus-and/chrome-har-capturer/blob/57e5cbbde764eadb62038735a189cb6a2d6a9287/lib/stats.js#L24-L33
So basically all the following events must happen:
Page.loadEventFired
Page.domContentEventFired
Thanks, get it!
For some website, for example, the CNN. It keeps refreshing, what's this tool's methodology to decide when to finish?