I'm trying to use HtmlUnit to access Youtube-mp3.org, to pass it a YouTube URL from my program. The problem is that this site uses mostly JavaScript, and HtmlUnit throws all kinds of errors when trying to access it.
Does anyone know of any way to add third party JavaScript support to HtmlUnit or know about another Java based headless browser that I could use that supports JavaScript?
Thanks.