Is there any programming libraries available that will parse an HTML document, execute JavaScript and then allow me to navigate the DOM? This needs to be performed server s
For Java, be sure to check out HtmlUnit and HttpUnit.