Sha256: 1671c79ccd5cbb91e251dfd351e86e536632b905e565915b9673739fdf1ba462
Contents?: true
Size: 697 Bytes
Versions: 7
Compression:
Stored size: 697 Bytes
Contents
= Using Selenium with RSpec = (Also see ../watir/README.txt) The files in this directory are examples illustrating how to use Selenium from RSpec. In addition to Ruby and RSpec you need: * Install Java 1.4 or later * Download SeleniumRC 0.8.1 or later (http://www.openqa.org/selenium-rc/) * Copy selenium-server.jar into this directory. * Copy selenium.rb into this directory. After this is installed, open two shells. In the first one, run: java -jar selenium-server.jar In the second one, run: ruby find_rspecs_home_page.rb --format specdoc NOTE If you want to optimize speed (by sacrificing spec independence) you may apply the patch start_browser_once.patch
Version data entries
7 entries across 7 versions & 1 rubygems