Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-23 Thread Bret Pettichord
Right now Watir normally only supports a single attribute. You may want to look at Wet, which supports multiple attributes. Or, as Angrez has suggested, use xpath. BretOn 1/20/06, Andrew McFarlane [EMAIL PROTECTED] wrote: I am testing an application whose UI controls are often difficult

Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-22 Thread Angrez Singh
Hi, I don't understand. You're saying that WATIR uses REXML to allow Xpath expressions against the IE DOM?Correct.- Angrez ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Andrew McFarlane
I am testing an application whose UI controls are often difficult to specify. Sometimes I can uniquely identify a control with one attribute, and sometimes I need 3 or 4. Sometimes I can't see the difference between multiple controls, so I need to use an index value as one of those 3 or 4

Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Angrez Singh
Hi,I think XPath extenstion to WATiR would be helpful in this case. Please download the tar ball from HEAD and read the supporting document in the 'docs' directory.Regards,Angrez On 1/20/06, Andrew McFarlane [EMAIL PROTECTED] wrote: I am testing an application whose UI controls are often difficult

Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Sergio Pinon
Subject: Re: [Wtr-general] Variable Number and Type of Method Parameters? Hi, I think XPath extenstion to WATiR would be helpful in this case. Please download the tar ball from HEAD and read the supporting document in the 'docs' directory. Regards, Angrez On 1/20/06, Andrew McFarlane [EMAIL

Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Angrez Singh
. SergioFrom: [EMAIL PROTECTED] on behalf of Angrez SinghSent: Fri 1/20/2006 12:35 AMTo: wtr-general@rubyforge.orgSubject: Re: [Wtr-general] Variable Number and Type of Method Parameters?Hi,I think XPath extenstion to WATiR would be helpful in this case. Please download

Re: [Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Sergio Pinon
want to take a look to see how you can use the REXML library. Sergio From: [EMAIL PROTECTED] on behalf of Angrez Singh Sent: Fri 1/20/2006 12:35 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Variable Number and Type of Method Parameters? Hi, I