node-webcrawler
node-webcrawler copied to clipboard
Waiting for asynchronous event listeners?
is there any method/options that i can use to deal with async loading data?
i used casperJS before, the "wait" methods are very useful.
http://docs.casperjs.org/en/latest/modules/casper.html#wait
plz advise, thx.
Actually, crawler will not load async scripts or ajax, you have to do it by yourself, that is , queue the ajax url.