=== Version 0.6.8 / 2012-6-3 * Enhancements * Updated [] method on Table to return nil when bad row header is provided * Updated [] method on TableRow to return nil when bad column header is provided * Updated to use watir-webdriver 0.6.1 * Updated to use selenium-webdriver 2.22.1 * Fixes Modified text area methods so it clears before setting new text Fixed clear method on SelectList when using Selenium to clear multi selects === Version 0.6.7 / 2012-5-16 * Enhancements * Added flash method to Element to temporarily change the background color * Added when_not_present method to Element * Added default override for page level waits - PageObject.default_page_wait * Added default override for element level waits - PageObject.default_element_wait * Added the ability to find a TableRow by providing a String to the [] method from Table * Added the ability to find a TableCell by providing a String to the [] method from TableRow * Updated to use watir-webdriver 0.5.8 * Fixes * Improved logic around selecting options from select lists * TableCell now handles enabled? call gracefully === Version 0.6.6 / 2012-4-26 * Enhancements * Added ability to find span's by title * Changed order of initialization so initialize_page is called after goto * Updated to use watir-webdriver 0.5.5 * Updated to use selenium-webdriver 2.21.2 * Fixes * Fixed the problem with determining the existance of an Selenium element === Version 0.6.5 / 2012-4-12 * Enhancements * Added a page level element method to return a generic Element object * Added a method to retrieve all file fields on a page * Updated all accessor methods to take a default identifier of {:index => 0} * Updated all page level element locators to take a default identifier of {:index => 0} * Updated all page level multi-element locators to take a default identifier of {} * Updated deprecation warning to print to stderr (Thanks Josh Adell) * Updated to use selenium-webdriver 2.21.0 === Version 0.6.4 / 2012-3-27 * Enhancements * Added support for finding the following elements by :css Button Link * Added support for the label element (Thanks Paul Clewell) * Added method to fetch generic element (Thanks Jim Holmes) * Added direct_url alias for page_url * Added visit alias for visit_page * Added on alias for on_page * Added element_with_focus method to return the element that has focus * Changed Elements.element_class_for so parameters can be strings or symbols * Changed page_url to accept a symbol that will cause it to call a corresponding method * Updated to use watir-webdriver 0.5.4 === Version 0.6.3 / 2012-3-1 * Enhancements * Added #expected_title method to PageObject * Added #expected_element method to PageObject * Added #execute_script method to PageObject * Updated to use selenium-webdriver 2.20.0 * Fixes * Updates to the README - Thanks to p0deje and ivaravko WARNING: This change breaks existing code * Changed the generated getter for select_list to return the text instead of the value === Version 0.6.2 / 2012-2-12 * Enhancements * Added #wait_for_ajax support for the jQuery framework * Added #wait_for_ajax support for the Prototype framework * Added the ability to add new Javascript Frameworks to PageObject via the #add_framework method * Updated to use selenium-webdriver 2.19.0 * Updated to use watir-webdriver 0.5.3 * Fixes * Fixed [] methods on OrderedList and UnorderedList so it only gets direct children * Fixed items methods on OrderedList and UnorderedList so it returns count of direct children === Version 0.6.1 / 2012-1-18 * Enhancements * Added #disabled? method to Element * Added #selected_options method to SelectList * Added #include? and #selected? to SelectList * Added #append to TextField * generates a method to determine if an element exists (Thanks Nicholas Munson) * better message when calling platform method via method_missing (Thanks Alex Rodionov) * Updated to use selenium-webdriver 2.17.0 === 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