https://github.com/jim/backseat
Steer WebDriver from Ruby
https://github.com/jim/backseat
Last synced: 11 months ago
JSON representation
Steer WebDriver from Ruby
- Host: GitHub
- URL: https://github.com/jim/backseat
- Owner: jim
- License: mit
- Created: 2008-10-17T07:51:02.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2009-03-04T16:37:04.000Z (over 17 years ago)
- Last Synced: 2025-07-26T07:35:58.317Z (12 months ago)
- Language: Ruby
- Homepage: http://autonomousmachine.com/2008/10/17/steer-webdriver-from-ruby-with-backseat
- Size: 93.8 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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