I am trying to find if it is even possible.
I have a web page and the source is not available. basically it does not show the html of what is displayed.
I want to somehow create an html based on what is displyed on the page. Of course it wont be accurate but to a large extent it can show the page would be sufficient.
any idea how can we achieve something like this?
The java robot api of java.awt libraries can be used to do this programmatically.