public
Description: Steer WebDriver from Ruby
Homepage: http://autonomousmachine.com/2008/10/17/steer-webdriver-from-ruby-with-backseat
Clone URL: git://github.com/jim/backseat.git
name age message
file LICENSE Loading commit data...
file README Sat Oct 18 16:17:31 -0700 2008 Finished reorganization, and started thinking a... [jim]
directory examples/ Tue Mar 03 21:43:46 -0800 2009 Committing changes from last commit. Also added... [jim]
directory lib/
directory spec/ Tue Mar 03 21:35:52 -0800 2009 Reorganized helpers and changed require strateg... [jim]
Backseat is a proof of concept that uses Rjb to directly interact with the WebDriver Java classes. I'm still thinking 
about the API, so no specs just yet.

EXAMPLES:
    Please see firefox_example.rb and htmlunit_example.rb in the examples directory for implementations of the 2 
    official WebDriver examples from http://code.google.com/p/webdriver/wiki/GettingStarted.

REQUIREMENTS:
    a working JVM- you may need to set your LD_LIBRARY_PATH http://rjb.rubyforge.org/
    rjb - sudo gem install rjb, if you're on a Mac go here: 
    http://www.digitalsanctum.com/2008/02/02/gem-install-rjb-on-mac-os-x-leopard/

TODO:
    Safari driver
    ...lots more