chowdary
2010-Nov-24 12:33 UTC
How to select single radio button & multiple checkboxes in RUBY (Watir Frame work), any one help me ASAP.
RUBY (Watir Frame work) from the following Radio buttons i have to select only one radio button then automatically ramaining should disable. sample code for radio button Gender : <input id="d" name="Radio1" type="radio" value="Male"> Male <input id="d" name="Radio2" type="radio" value="Female"> Female <input id="d" name="Radio3" type="radio" value="Other"> Other How to select multiple checkboxes RUBY (Watir Frame work) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ar Chron
2010-Nov-24 12:51 UTC
Re: How to select single radio button & multiple checkboxes in RUBY (Watir Frame work), any one help
chowdary wrote in post #963540:> RUBY (Watir Frame work) > > from the following Radio buttons i have to select only one radio > button then automatically ramaining should disable. > > sample code for radio button > > Gender : > <input id="d" name="Radio1" type="radio" value="Male"> Male > <input id="d" name="Radio2" type="radio" value="Female"> Female > <input id="d" name="Radio3" type="radio" value="Other"> Other > > > > How to select multiple checkboxes RUBY (Watir Frame work)Not being familiar with Watir, my first question would be "What have you tried?" -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Nov-24 13:38 UTC
Re: How to select single radio button & multiple checkboxes in RUBY (Watir Frame work), any one help me ASAP.
On 24 November 2010 12:33, chowdary <patchava9999-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> RUBY (Watir Frame work) > > from the following Radio buttons i have to select only one radio > button then automatically ramaining should disable. > > sample code for radio button > > Gender : > <input id="d" name="Radio1" type="radio" value="Male"> Male > <input id="d" name="Radio2" type="radio" value="Female"> Female > <input id="d" name="Radio3" type="radio" value="Other"> OtherAre you asking a question about the above?> > How to select multiple checkboxes RUBY (Watir Frame work)Use type="checkbox" Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Nov-24 22:42 UTC
Re: How to select single radio button & multiple checkboxes in RUBY (Watir Frame work), any one help
chowdary wrote in post #963540:> RUBY (Watir Frame work) > > from the following Radio buttons i have to select only one radio > button then automatically ramaining should disable. > > sample code for radio button > > Gender : > <input id="d" name="Radio1" type="radio" value="Male"> Male > <input id="d" name="Radio2" type="radio" value="Female"> Female > <input id="d" name="Radio3" type="radio" value="Other"> Other > > > > How to select multiple checkboxes RUBY (Watir Frame work)This is the Rails mailing list. Your question has nothing to do with Rails, so it is off topic here. Please try a Ruby or Watir forum. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.