[wtr-general] Re: Using multiple attribute type to locate label tags?

2008-11-04 Thread Bret Pettichord
Can you please give us a reproducible case? Bret Moochie wrote: > Yep, that worked. > > It appears that using :text and :index together is the issue. > > I can user :id and :index together. > > > > > On Nov 4, 11:23 am, Michael Hwee <[EMAIL PROTECTED]> wrote: > >> Make sure this works: >> $i

[wtr-general] Re: Using multiple attribute type to locate label tags?

2008-11-04 Thread Bret Pettichord
e > From: Moochie <[EMAIL PROTECTED]> > To: Watir General > Sent: Tuesday, November 4, 2008 9:42:23 AM > Subject: [wtr-general] Re: Using multiple attribute type to locate label tags? > > > Yep, that worked. > > It appears that using :text and :index together is the

[wtr-general] Re: Using multiple attribute type to locate label tags?

2008-11-04 Thread Michael Hwee
42:23 AM Subject: [wtr-general] Re: Using multiple attribute type to locate label tags? Yep, that worked. It appears that using :text and :index together is the issue. I can user :id and :index together. On Nov 4, 11:23 am, Michael Hwee <[EMAIL PROTECTED]> wrote: > Make sure this

[wtr-general] Re: Using multiple attribute type to locate label tags?

2008-11-04 Thread Moochie
Yep, that worked. It appears that using :text and :index together is the issue. I can user :id and :index together. On Nov 4, 11:23 am, Michael Hwee <[EMAIL PROTECTED]> wrote: > Make sure this works: > $ie.label(:text,"Reported by").exists? > > > > - Original Message > From: Moochie

[wtr-general] Re: Using multiple attribute type to locate label tags?

2008-11-04 Thread Michael Hwee
Make sure this works: $ie.label(:text,"Reported by").exists? - Original Message From: Moochie <[EMAIL PROTECTED]> To: Watir General Sent: Monday, November 3, 2008 11:05:27 AM Subject: [wtr-general] Using multiple attribute type to locate label tags? The below fails when I use multi