I want to print complete rendered HTML using Java.For this I searched a lot on Google and also found some questions on SO Like
1: How do you render HTML using Java?
2: HTML parsing using java
3: Rendering (streaming) HTML into Pane
But unfortunately they were not helpful for me.
So the thing which I want to print is a rendered HTML. When I try do it with using simple java , Then it didn't print the executed JavaScript (instead it prints the JavaScript which is written in the HTML page).
Please Guide me about this
SO SIMPLY I AM TRYING TO PRINT THE RENDERED HTML BY BROWSER (not the html file present at web server) INCLUDING EXECUTED JAVASCRIPT.
Thanks