android - How to run a javascript inside of Bobik and return a JSON -


i'm tired of web-scrapping in android app. takes long, unstable: fast, slow, freezes , eats traffic.

so best thing have found out bobik. takes care of , got json. have 1 problem: page contains javascript runs , afterwards have information need extract.

in examples, have html page google.com , expedia.com json //title //h1 //img/@src

but, example, page: http://www.washington.edu/calendar/ not contain parameters need. html not have time, event_name , location, how run javascript?

or should want , bobik team take care of rest?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -