When trying Hpricot and Nokogiri, the HTML can be fetched and parsed, but can they also execute the Javascript as well so that the content shows on the page? (shows up in the the DOM). That's because some page won't show the info unless the Javascript interpreter has run.
A:
Have a look at Capybara. I haven't used it myself but I read about it the other day and it seems like it can execute javascript without using a browser.
ormuriauga
2010-09-08 08:15:40