I want to save a webpage with httrack including the executed JavaScript-Output. I'm using:
httrack -r1 URL -O PATH
Currently I'm only getting the .js-source:
"<script src="...js" type="text/javascript"></script>
Is there any option I can add to the httrack-command that will execute the javascript?
Thanks