=== Version 0.6 / 2012-1-10 * Enhancements * Added ?_elements methods to ElementLocator so you can find all elements that match an identifier * Added ?_elements methods to NestedElements so you can find all elements nested within others * Added #navigate_to to PageFactory to navigate to a page through previous pages * Added #continue_navigation_to to PageFactory which begins at @current_page * Added routes to PageFactory to collect routes through the site * Updated to use selenium-webdriver 2.16.0 === Version 0.5.5 / 2011-12-27 * Enhancements * Added ability to find Checkbox by :value * Added ability to find HiddenField by :value * Added ability to find a parent of an Element * Added #fire_event method to Element * Added #focus method to Element * Fixes * Updated #populate_page_with to no longer attempt to set a value in a field that is disabled === Version 0.5.4 / 2011-12-18 * Enhancements * Added deprecation warning to the method_missing method on Element. This ability will be removed in 0.6 * Added full support for file_field element * Added ability to find TextField by :title * Added ability to find Form by :action * Added ability to find Image by :alt * Added ability to find Image by :src === Version 0.5.3 / 2011-12-11 * Enhancements * Added new module PagePopulator with single method populate_page_with * Updated to use selenium-webdriver 2.15.0 * Updated to use watir-webdriver 0.4.1 * Fixes * Updated prompt method to make it compatible with latest dependencies === Version 0.5.2 / 2011-11-30 * Enhancements * Added ability to find image buttons by src * Added ability to find image button by alt * Added first_row and last_row methods to Table * Updated to use selenium-webdriver 2.14.0 * Updated to use watir-webdriver 0.3.9 === Version 0.5.1 / 2011-11-18 * Enhancements * Added instance level in_frame method * Support for nesting all *_element instance methods inside in_frame call * Support for nesting alerts inside an in_frame call * Support for nesting confirms inside an in_frame call * Support for nesting prompts inside an in_frame call === Version 0.5 / 2011-11-06 * Enhancements * Validated support for JRuby * Removed dependency on Mixology * Updated to use selenium-webdriver 2.10.0 * Updated to use watir-webdriver 0.3.8 === Version 0.4.4 / 2011-10-26 * Enhancements * Can now find Radio buttons by value * Updated to use selenium-webdriver 2.9.1 * Fixes * Properly change context back to top level after interaction inside a frame with Watir === Version 0.4.3 / 2011-10-07 * Enhancements * The new watir and selenium fix a fairly serious problem when working with modals and attaching to windows * Updated to use selenium-webdriver 2.8.0 * Updated to use watir-webdriver 0.3.5 === Version 0.4.2 / 2011-10-01 * Enhancements * Proper handling of