I want to extract html content use javascript (extract comments of users from website.. save as "Inspect Element" in chrome ) ,
I try this :
Java Program to read a html page and save its HTML code in a text file
But it just save html tag and content, not include content use javascript ( I mean I want save html when javascript is done ) . Please help. Sorry for my bad english.