Is there a command line utility (preferrably for Linux) that can output the resulting HTML after any JavaScript execution?
Since many web sites use Javascript to modify the output substantially, it is sometimes not sufficient to use an HTML parser to read data from a web page. A command line utility or library that enables you to see the resulting HTML, after any initial JavaScript has been executed, could help with this.