Projects
The current picture of Selenium on Ruby, which is still a work-in-progress, is composed of several selenium related ruby gems that work together.
General
- Mailing List:
- Google Group
- Bug Tracking:
- TBD
- Wiki:
- TBD
Selenium Client
The selenium-client is the second and better release of Ruby driver for Selenium RC. It provide a simple yet idiomatic Ruby API to write Selenium tests in Ruby. Gives you a straightforward way to write your Selenium tests in Ruby as well as additional support for rSpec and rake.
- Document:
- http://selenium-client.rubyforge.org/
- Install:
gem install selenium-client- Source Repository:
- http://github.com/ph7/selenium-client/tree/master
Selenium Ruby
The selenium-ruby bundles Selenium RC Server to provide additional server management
- Document:
- http://selenium.rubyforge.org/
- Install:
- (with the right case for Selenium)
gem install Selenium - Source Repository:
- http://github.com/wolfdancer/selenium/tree/master
Selenium Rails
Selenium Rails supports the use of Selenium RC with Ruby on Rails projects.
- Document:
- http://selenium-rails.rubyforge.org/
- Install:
gem install selenium-rails- Source Repository:
- http://github.com/thewoolleyman/selenium-rails/tree/master
