I would like to extract the complete html source of website as we get it on chrome inspect element.
I am trying to the scrap the comments of disqus from http://bossip.com/1190557/cops-kill-people-mississippi-cop-under-investigation-for-strangling-unarmed-black-man-jonathan-sanders-to-death-43081/
Initially I tried with java and Jsoup but I am unable to extract the complete html source.
Then as suggested in How to get html that I see in inspect element? I tried using HTML Unit but unfortunately HTML unit also did not extract as i expected.
Is there any solution around for this problem?