Open jackyon opened 8 years ago
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.
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.