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
: Something like this: $ie.form(:name,'myform').button(:value, 'Submit').click You can take a look at the unittests for watir in form_test.rb, there are plenty of examples there. -Charley On 4/5/07, Sayali Patil [EMAIL PROTECTED] wrote: Hi All, How to access all the elements

Re: [Wtr-general] Stable version for watir and ruby

2007-04-03 Thread Sayali Patil
Hi , I had asked for the stable version of Watir and Ruby becuse i was getting the Access Denied error with the latest versions . But when i installed Ruby 1.8.5 and watir 1.5.1.1158 i still keep getting the same error . I think i m not installing it the right way ,please go through the

[Wtr-general] Stable version for watir and ruby

2007-04-02 Thread Sayali Patil
Hi All, Which is the stable version of watior and ruby to use . I used the latest one ,which gives me this error frequently and sometimes it works fine. WIN32OLERuntimeError: unknown property or method `getAttributeNode' HRESULT error code:0x80070005 Access is denied. Please let me

[Wtr-general] Error while submitting value using form

2007-03-29 Thread Sayali Patil
Hi , I m using watir 1.4.1 and Ruby 1.8.6_25 . I m new to watir and i m trying to write some simple test cases for my html application I have two forms and i m trying to set values for those using $ie.form(:name,Form3).text_field(:name , num_double2).set(99) and

Re: [Wtr-general] Error while submitting value using form

2007-03-29 Thread Sayali Patil
Hi Sathees, Thanks for the prompt response. But can you tell me please which watir zip should i download to get the version 1.5.1.100 Thanks, Sayali On 3/29/07, sathees [EMAIL PROTECTED] wrote: first of all you are not using watir 1.4.1, what you are using is 1.5.1.1164. I had a lots of