From: aershov522 <aer...@gm...> - 2014-10-18 22:26:49
|
Hi All,Iam trying to fetch/parse html content from a website that has Ajax & JavaScript included. The issue here is with pagination. When i view the source of the html page it (pagination link) there is no visible URL which is usually the case to fetch/render data from the server side. I understand this being loaded by a java script on every request and that is where i have lost clue. Is there a possible way to know how exactly java script is fetching the data directly from the server without any visible URL and implementing the pagination action. Since only then i can implement the same pagination using htmlunit in my web application. pls share any code link or example that would assist. thank you all...RegardsAershov -- View this message in context: http://htmlunit.10904.n7.nabble.com/Can-I-modify-the-Javascript-downloaded-by-HTMLUnit-tp29301p34878.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. |