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?