Hello everyone!

I'm happy to announce that another version of Watir has been just released -
3.0.rc3.

Its biggest goal is to conform even better with WatirSpec making it more
compliant with Watir-WebDriver.

Changelog:
* all html elements are now supported (even html5 ones)
* CookieManager removed
* cookies API support added (
https://github.com/watir/watirspec/blob/master/cookies_spec.rb)
* drag and drop API support added (
https://github.com/watir/watirspec/blob/master/drag_and_drop_spec.rb)
* Element#(before|after)? removed
* Element#(before|after)_text removed
* Browser#cell(s) and Browser#row(s) removed
* Browser#Element camelCase methods removed, use under_score methods instead
* Browser#element(s) supports only general attributes like :id, :title,
:class_name, :text, :html and such
* Browser#modal_dialog improved
* Browser#send_keys and Element#send_keys have now same syntax as specified
in WatirSpec
* Element#style returns internal styles only for IE9, inline style will be
returned for IE8
* Table#each removed - use Table#(trs|rows).each instead
* Table#row(s) and Table#cell(s) added which ignore inner tables - use
#td/#tr for all.
* raise an Exception if more locators are specified with :xpath/:css
* searching by :xpath and :css code rewritten

Please try it out before final release of 3.0 by executing:
gem install watir --pre

With Best Regards,
Jarmo Pertman
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to