[wtr-general] Re: Multiple Attributes Issue

2009-01-09 Thread Michael Hwee
11:26 AM To: watir-general@googlegroups.com Subject: [wtr-general] Re: Multiple Attributes Issue In what version of Watir, you have. I tried on v.1.6.2 and works fine for me. - Original Message From: Moochie To: Watir General Sent: Thursday, January 8, 2009 11:32:44 AM Subject

[wtr-general] Re: Multiple Attributes Issue

2009-01-09 Thread Darin Duphorn
AM To: watir-general@googlegroups.com Subject: [wtr-general] Re: Multiple Attributes Issue In what version of Watir, you have. I tried on v.1.6.2 and works fine for me. - Original Message From: Moochie To: Watir General Sent: Thursday, January 8, 2009 11:32:44 AM Subject: [wtr

[wtr-general] Re: Multiple Attributes Issue

2009-01-09 Thread Michael Hwee
In what version of Watir, you have. I tried on v.1.6.2 and works fine for me. - Original Message From: Moochie To: Watir General Sent: Thursday, January 8, 2009 11:32:44 AM Subject: [wtr-general] Multiple Attributes Issue $ie.text_field(:id=>'diagnosis_date',:index=>index) Crea

[wtr-general] Re: Multiple Attributes Issue

2009-01-09 Thread Darin Duphorn
Bret Pettichord Sent: Thursday, January 08, 2009 7:44 PM To: watir-general@googlegroups.com Subject: [wtr-general] Re: Multiple Attributes Issue Actually it is. Or so i thought. The jira ticket linked below is marked as fixed. Please provide more details about the original problem, Moochie. Ar

[wtr-general] Re: Multiple Attributes Issue

2009-01-08 Thread Bret Pettichord
Actually it is. Or so i thought. The jira ticket linked below is marked as fixed. Please provide more details about the original problem, Moochie. Are you using 1.6.2? Bret wesley chen wrote: > I think text_field doesn't support multiple attributes in this release. > Thanks. > Wesley Chen. >

[wtr-general] Re: Multiple Attributes Issue

2009-01-08 Thread wesley chen
I think text_field doesn't support multiple attributes in this release. Thanks. Wesley Chen. On Fri, Jan 9, 2009 at 3:32 AM, Moochie wrote: > > > $ie.text_field(:id=>'diagnosis_date',:index=>index) > > Creates a error > > send:{index=2, :id+>diagnosis_date"} is not a symbol. > > I looked and th