Bret,

I was also looking at the 2.0 plan that you laid out on 5/27/2005, and I didn't see a mention of being able to specify elements using multiple attribute/value pairs. I have seen you mention, however, that you were considering merging (some? all?) WET functionality into WATIR.

What do you see here, if anything?


From: "Bret Pettichord" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: [Wtr-general] Question about Plans for Watir 2.0 & Find Objects
Date: Thu, 23 Mar 2006 13:11:49 -0600

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


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to