ChangeLog in druid-ts-1.1.2 vs ChangeLog in druid-ts-1.1.3
- old
+ new
@@ -1,4 +1,25 @@
+=== 2016-12-26
+* Enhancement
+ * Changed page_url to accept a symbol that will cause it to call a corresponding method
+=== 2016-12-23
+* Enhancement
+ * Added #execute_script method to Druid
+ * Added support for finding the following using :css
+ Button
+ Link
+ * Added method to fetch generic element
+ * Support alias method 'on' for 'on_page', 'visit' for 'visit_page' on PageFactory
+ * Changed Elements.element_class_for so parameters can be strings or symbols
+ * Added element_with_focus method to return the element that has focus
+ * Added support for the label element
+=== 2016-12-20
+* Fixes
+ WARNING: This change breaks existing code
+ * Changed the generated getter for select_list to return the text instead of the value
+* Enhancements
+ * Added #expected_title method to Druid
+ * Added #expected_element method to Druid
=== Version 1.1.2 /2016-12-19
* Enhancements
* Added #include? and #selected? to SelectList
* Added #append to TextField
* Added #wait_for_ajax support for the jQuery framework