Hacker News new | past | comments | ask | show | jobs | submit login

Anyone recommend some equivalent tools for Ruby?



There is Mechanize (http://mechanize.rubyforge.org/) which uses Nokogiri (nokogiri.org/) internally and thus nicely supports CSS and XPATH expressions.

There is also Capybara, usually used as a testing framework, but you can easily navigate, chose a backend (Selenium/Webkit for compatibility, mechanize for speed): https://github.com/jnicklas/capybara




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: