javascript - analyse a .aspx site with paging with __doPostBack function -


i want analyse data of webpage, here's problem: site has more pages gets called __dopostback function.

how can "simulate" go page further , analyse site, , on..

at time analyse data jsoup in java - i'm open use other language if it's necessary.

a postback-based system (.net, prado/php, etc) works in manner keeps complete snapshot of browser contents on server side. called pagestate. attempt manipulate client not javascript-capable sure fail.

what need javascript-capable browser. easiest solution found use framework firefox written in - xul - create such desktop application. create desktop application single browser element in it, can script application without restrictions of security container. alternatively, use greasemonkey plugin bidding. latter bit easier started with, it's limited since it's running on per-page basis.

with both solutions have access page's dom gather data , can fire events (like clicking on button). unfortunately have learn javascript work.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -