Is there a way to access all the content shown in inspect element through java code? Tried jsoup, but it doesn't return javascript parts. Not able to access all the content through HtmlUnit as well.
Someone suggested Java Script Engine on Stackoverflow, but can't find any example to get the entire content from URL.
Any help is appreciated.