=== Version 0.8.6 / 2013-2-27 * Enhancements * Added support for the svg element * Fixes * Fixed issue with nested generic element calls === Version 0.8.5 / 2013-2-21 * Enhancements * Updated to use the latest selenium-webdriver 2.30 - support for Firefox 19 === Version 0.8.4 / 2013-1-26 * Enhancements * Extracted navigational methods into new gem named page_navigation === Version 0.8.3 / 2013-1-22 * Enhancements * Updated to use the latest selenium-webdriver 2.29 * Added :using_params parameter to both on_page and if_page methods * Fixes * Fixed issue where has_expected_title? displays misleading error message (X Zhang) * Fixed issue when getting basic Element element when using Selenium * Fixed issue when using plural class methods multiple times on same object === Version 0.8.2 / 2013-1-13 * Enhancements * Updated expected_element to ue the global default element wait by default * Updated routes to accept more than two entries in the array which are passed as arguments * Added new generated method for select_list to return options -> _options (X Zhang) * Added scroll_into_view method to Element * Added *_element and *_elements methods to PageObject and Element for the following types * addr * address * article * aside * bdi * bdo * cite * code * dd * dfn * dt * em * figcaption * figure * footer * header * hgroup * kbd * mark * nav * noscript * rp * rt * ruby * samp * section * sub * summary * sup * var * wbr === Version 0.8.1 / 2012-12-28 * Fixes * Fixed issue when calling new multi-element class methods using a block === Version 0.8 / 2012-12-22 * Enhancements * Added the following class level methods to return all elements matching the locator * divs * buttons * text_fields * hidden_fields * text_areas * select_lists * links * checkboxes * radio_buttons * spans * tables * cells * images * forms * list_items * unordered_lists * ordered_lists * h1s * h2s * h3s * h4s * h5s * h6s * paragraphs * labels * file_fields * Added ability to register and use custom elements based on standard elements (William Powell) * Added generated method to return text for a table * Added generated method to return text for an unordered list * Added generated method to return text for an ordered list * Added html method to Element * Updated to use the latest selenium-webdriver 2.27.2 * Updated to use the latest watir-webdriver 0.6.2 === Version 0.7.6 / 2012-11-28 * Fixes * Fixed attach_to_window workes with partial url on Selenium (George Shakhnazaryan) * Fixed double click works on Selenium (William Powell) * Enhancements * Added css selector support for all elements when using Selenium (Brendan Mulholland) * Added callback to initialize_accessors method during initialization (Theodore Robert Campbell Jr) === Version 0.7.5.1 / 2012-10-16 * Fixes * Fixed issue when passing symbol to page_url and calling multiple times === Version 0.7.5 / 2012-10-14 * Enhancements * Enhanced TabeleCell to return nil when there is no corresponding cell for a referenced column * Added css selector support for SelectList and Div * Added ability to pass clasname as string to visit_page, on_page, and if_page methods * Added params class instance variable to hold hash values that can be used in the page * Added ability to insert ERB into page_url string and have it access params === Version 0.7.4 / 2012-9-8 * Enhancements * Added ability to find text_fields with :css when using Selenium * Added selected_values method to SelectList to get values of all selected elements * Fixes * Fixed problem getting value from SelectList when it is in a Frame with Selenium === Version 0.7.3 / 2012-8-18 * Enhancements * Improved handling of alert and confirm Javascript popups (George Shakhnazaryan) * Added hover method to Element. Browser support is limited. * Added method to get the id of an Element * Added support for the following new elements Video === Version 0.7.2 / 2012-8-1 * Enhancements * Added ability to find list_item by :text * Added support for the following new elements Canvas Audio * Updated to use selenium-webdriver 2.25.0 * Updated to provide better support for table_row.find_index_by_title when tables have theads... (George Shakhnazaryan) === Version 0.7.1 / 2012-7-15 * Enhancements * Added support for the following new elements Area * Added the following aliased methods to their corresponding Accessors method a => link hidden => hidden_field img => image li => list_item ol => ordered_list p => paragraph radio => radio_button select => select_list td => cell textarea => text_area ul => unordered_list * Added the following methods to return generic Element objects abbr address article aside bdi bdo cite code dd dfn dt em figcaption figure footer header hgroup kbd mark nav noscript rp rt ruby samp section sub summary sup var wbr === Version 0.7.0 / 2012-6-30 * Enhancements * Updated Table [] method to return a row that has matching partial text in any column (Thanks George Shakhnazaryan) * Updated TableRow [] method to return column that matching partial text in any column (Thanks George Shakhnazaryan) * Added if_page to PageFactory (Thanks Gregory Shayko) * Added index_property for accessing sets of related fields (Thanks robkid) * Updated to use selenium-webdriver 2.24.0 === Version 0.6.9 / 2012-6-12 * Enhancements * Added select_value method to SelectList * Updated link to be able to identify by title * Updated div to be able to identify by title * Updated text_field to be able to identify by text and label * Updated to use selenium-webdriver 2.22.2 * Fixes * Fixed populate_page_with to work with text areas (Thanks ramyav85) === 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