Sha256: 9a25457a5bd5c1e09b1b48824f7d6ef5124d28762cc2635cb6ef0315be23ca9d
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
=== Version 0.0.5 / 2011-06-15 * Enhancements * Added rows method to Table to return number or rows * Added columns method to TableRow to return the number of columns * Table now supports Enumerable to iterate over the TableRows * TableRow now supports Enumerable to iterate over TableCells * Added items method to UnorderedList to return number of ListItems * Added items method to OrderedList to return number of ListItems * UnorderedList now supports Enumerable to iterate over the ListItems * OrderedList now supports Enumerable to iterate over the ListItems * All element methods now take an optional block that can be executed passing a browser * Created PageFactory module to add factory methods to your step definitions * Thanks Alister Scott for the idea === Version 0.0.4 / 2011-06-13 * Enhancements * Added support for the following elements * hidden field * form * list item * unordered list * ordered list === Version 0.0.3 / 2011-06-02 * Enhancements * Added support for the following elements * span * image * Added the following methods to Element * value * == * tag_name * attribute * click * Updated to use selenium-webdriver 0.2.1 * Updated to use watir-webdriver 0.2.4 === Version 0.0.2 / 2011-05-30 * Enhancements * Added support for the following elements * div * button * table * table row * table cell * Added text method to element === Version 0.0.1 / 2011-05-22 * Enhancements * Support for the following elements * check box * link * radio button * select list * text field * Support for the following page level functions * text * html * title
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.0.5 | ChangeLog |