On 3/23/06, Rodrigo Julian Martin <[EMAIL PROTECTED]> wrote: > Hi all, I was reading the Brett Plans for Watir 2.0. And I am wondering if > there is some release date in mind? Or something approximated at least…
There is no date in mind. However, you can take a look at the firefox branch of Watir and try it out. > Ps: I'm working on a new method for finding objects accordly of their > properties and values (passed as parameters) Someone is doing something > similar? I'm studying the def show… of watir.rb, just as Chris McMahon > suggest me… The watir code in development (in subversion) supports this. E.g. ie.div(:text, "foo") will attach to the div whose text property is "foo". This is code is general and supports all objects (except maybe frames) and all attribute/properties. _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
