Ask HN: How to wget pages with javascript?
I need to wget a url, allow the javascript to execute, and capture the result in a file. I've tried wget, curl, httrack,plugins like lget, and links(2) and none of them execute JS.
I want something like $: firefox <url> -s <file>
Does anyone know how to accomplish this behavior without using JS?
8 comments
[ 3.1 ms ] story [ 27.2 ms ] threadI'm surprised chromium, konqueror and firefox don't offer this functionality for offline browsing.