[wtr-general] Watir 3.0.rc2 Released!

2012-02-04 Thread Jarmo
Hello everyone!

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

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

Changelog:
* Browser#textarea(s) method for searching textarea elements
* Element#focus works with IE9
* Element#focused? returns the state of focus on that element
* Element#to_subtype returns Element if non-supported tag found instead of
crashing
* searching by :class will match now partially like other tools behave
(e.g. jQuery)

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

Final release will follow in a few days if no critical issues detected.

With Best Regards,
Jarmo Pertman

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: Running cucumber + watir-webdriver + mac os x over SSH gives “Element cannot be scrolled into view”

2012-02-04 Thread Alister Scott
It's a WebDriver bug 
(https://code.google.com/p/selenium/issues/detail?id=3075) that is 
apparently complicated to fix, and therefore isn't fixed yet.
Are you using xvfb? If so, can up the res to something like 1024x4096 to 
see if it goes away?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com