I want to download the html of a web page containing some javascript. If I use a library like jsoup, I obtain the html without the elements generated by the javascript.
How can I take the html obtained after the javascript execution?
edit: How can I use the script in the answer in Java program?