7

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 initialization code has run.

nonopolarity
  • 146,324
  • 131
  • 460
  • 740

3 Answers3

1

Not that I know of. You might want to look into using something like Watir and use a real browser.

AboutRuby
  • 7,936
  • 2
  • 27
  • 20
1

Take a look at envjs and johnson gems.

Christopher Oezbek
  • 23,994
  • 6
  • 61
  • 85
antage
  • 1,100
  • 7
  • 11
0

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.

einarmagnus
  • 3,507
  • 1
  • 21
  • 31