Load a web page, execute its JavaScript and dump resulting HTML to a file
问题 I need to load a web page, execute its JavaScript (and all js files included with the tags) and dump resulting HTLM to a file. This needs to be done on the server. I have tried node.js with zombie.js but it seems it is too immature to work in the real world. More often than not it just throws a bogus exception while a real browser (FireFox) has no issues with the page. My node.js code is: var zombie = require("zombie"), sys = require('sys'); // Load the page var browser = new zombie.Browser({