ruby - Automating browser actions on a headless server -


I'm looking for a Ruby solution to automate web records on a headless server (no xwindows)

What do I need to do is export a file from the Daily WebAP and import it into another web app in another server.

I have seen Selenium, Capoebara, Nokogiri, but I am confused with their differences / equality. Selenium needs to run a browser, which I can not do because there is no X to run in it, Noriking can use WebKit on a headless server, but it can not detect that it actually downloads / uploads files Why can it

Any pointer will be appreciated.

I will suggest. I'm not sure that you need something like this for this type of work like selenium .

You should be able to complete this gem that is looking for you.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -