Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Jari Bakken
RE: Celerity for Ruby [ reply ]  
2010-12-01 12:03
HtmlUnit is a Java library, so there's no way to avoid Java completely. If you absolutely want to use MRI, check out Steam:

https://github.com/svenfuchs/steam/

Alternatively Culerity lets you use Celerity without your app needing to run on JRuby:

https://github.com/langalex/culerity

By: Mario Ruiz
RE: Celerity for Ruby [ reply ]  
2010-12-01 12:00
Thanks for the answer.
So for the moment there is no possibility to use a library like celerity in Ruby without installing the remote webdriver server

By: Jari Bakken
RE: Celerity for Ruby [ reply ]  
2010-11-30 10:06
I assume you by Ruby mean MRI, and the answer is no (at least not work I'm willing to put in). If you want to use HtmlUnit from Ruby, I'd suggest using either watir-webdriver [1] or selenium-webdriver [2] with the remote webdriver server (Java) [3]. More info can be found under "Remote" on the ruby bindings page on the selenium wiki [4]

[1] https://rubygems.org/gems/watir-webdriver
[2] https://rubygems.org/gems/selenium-webdriver
[3] http://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.0a7.jar
[4] http://code.google.com/p/selenium/wiki/RubyBindings

By: Mario Ruiz
Celerity for Ruby [ reply ]  
2010-11-30 09:50
Is Celerity going to be available for Ruby?