- Nothing new, just improvements in codebase
- Delegate
:visible
selector to Watir 6 which supports it natively
- Update watirsome for Watir 6
- Massive refactoring
- Added support for read accessors on checkbox/radio element (#4)
- Support element subtype boolean locators (e.g.
select_list :list, selected: 'Default'
)
- Remove
Watirsome.region_matcher
so now any module may implementinitialize_region
.
- Fix for checkboxes in previous version hasn't actually resolved issue. Now fixed.
- Fixed problem when plural form of
checkbox
wascheckboxs
instead ofcheckboxes
.
- Initial release.