How can I parse HTML data from a website that uses JavaScript for some of its information. (Some JavaScript code constructs HTML code which I want to use.)
I couldn't find a way to get the HTML data including the HTML data that is loaded by JavaScript in a load time of a second or so. In the FireBug Lite browser plugin I can see all the HTML code including those JavaScript parts, so it should be possible in some way.
How to do that in a Mountain Lion XCode project?
(Example site with JavaScript data I want to fetch: http://www.scorespro.com/basketball/)