selenium_poetry.rb

Path: lib/selenium_poetry.rb
Last Update: Fri May 23 13:06:30 -0300 2008

This module extends SeleniumOnRails::TestBuilder. It enables you to write more readable Selenium tests.

To use the methods of Selenium Poetry in your tests, you‘ll first need to load selectors. Do that with the method load_selectors.

Selector files must be place in your Rails application under the directory test/selectors. They should be YAML files.

[Validate]