chowdary
(chowdary)
1
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)
11155
(-- --)
2
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?"
Colin_Law1
(Colin Law)
3
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
Are you asking a question about the above?
How to select multiple checkboxes RUBY (Watir Frame work)
Use type="checkbox"
Colin
11155
(-- --)
4
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,