Release Name: 0.0.2
Notes:
This release brings with it support for multiple how => what conditions (e.g. @browser.div(:class => 'some_class', :index => 1), which is very useful.
Also the locate methods have been given significant attention which resulted in cleaner and faster code.
For more information, see the changelog.
Changes:
* 3 major enhancements:
* Support for multiple how => what conditions
* Fixed performance issue with collections
* Specs will now run on Windows
* 3 minor enhancements:
* Benchmark scripts
* Method generator
* Fixed multi-byte characters issue for text fields
|