Hello everyone!

I'm happy to announce that Watir-Classic 3.3.0 has been released!

Put it into your Gemfile:
  gem "watir-classic", "~> 3.3.0"

Or install it manually with:
  gem install watir-classic


Changes:
* Add support for optional Element#style property argument, which allows to
get specific css style attribute value.
* Add support for locating Link by a :name. Fixes #42.
* Avoid endless loop when focusing elements inside of a frame. Closes #41.
* Cookies#delete handles the situation if browser is on about:blank.
* Remove Image#file_created_date method since IE does not provide accurate
information. Closes #36.
* Use MultiJSON gem instead of the Yajl::Ruby gem as a dependency for
parsing #execute_script results.

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

Reply via email to