Reputation: 683
I'm looking for a ruby solution to automate web accions on a headless server (no xwindows).
What I need is to daily export a file from a webapp and import it to other web app in other server.
I've seen Selenium, Capybara, Nokogiri, but I'm confused with their differences/similarities. Selenium seems to require a browser running, which I can't have as there is no X to run it. Nokogiri can use Webkit on a headless server, but can't figure out if it can actually download/upload files.
Any pointer would be appreciated.
Upvotes: 0
Views: 95