Re: [Wtr-general] Access all elements in a form

2007-04-06 Thread Ċ½eljko Filipin
Hi Sayali, Can you post html of that form, your watir code, and error message? Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Access all elements in a form

2007-04-06 Thread Sayali Patil
Hi Zeljko, Here is the html that is generated, form action=/servlet/acedispatcher method=get input type=Radio checked name=parId0 value=0 onClick=submit() one two form action=/servlet/acedispatcher method=get input type=Radio name=parId1 value=0 onClick=submit() aa input type=Radio

[Wtr-general] Access all elements in a form

2007-04-05 Thread Sayali Patil
Hi All, How to access all the elements in a particular form ,in an html document using watir? Please let me know. Thanks, Sayali ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Access all elements in a form

2007-04-05 Thread Sayali Patil
Hi Charley, I can access a single element in the form. What i want is i should be able to access all the elements in a form with a loop . Actually i have nested forms and i m not able to access each element individually ,so i want to try n access all the elements and further do the operations .