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
PHP has DOMDocument for navigating the DOM. I haven't heard of anything for executing JavaScript.