ChangeLog in druid-ts-1.1.4 vs ChangeLog in druid-ts-1.1.5
- old
+ new
@@ -1,8 +1,35 @@
+=== 2017-01-03
+* Enhancement
+ * Added selected_values method to SelectList to get values of all selected elements
+=== Version v1.1.5/ 2016-12-31
+* Enhancement
+ * Added method to get the id of an Element
+=== 2016-12-30
+* Enhancement
+ * Added hover method to Element. Browser support is limited
=== 2016-12-28
* Enhancement
* Updated Table [] method to return a row that has matching partial text in any column
* Updated TableRow [] method to return column that matching partial text in any column
+ * 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 support for the following new elements
+ Area
+ Canvas
+ Audio
+ Video
+ * Added ability to find list_item by :text
===Version v1.1.4/ 2016-12-27
* Enhancement
* Added ability to find span's by title
* Changed order of initialization so initialize_page is called after goto
* Added flash method to Element to temporarily change the background color