I have HTML that looks like the following:
<INPUT TYPE="radio" name="s_freetexttab" value="1" checked="Y">Response
<INPUT TYPE="radio" name="s_freetexttab" value="0">Request
<BR>
and thus the only way to distinguish between the buttons is the value attribute. It would be good to be able to specify
radio buttons by this attribute in Watir.
Originally reported on Rubyforge:
http://rubyforge.org/tracker/index.php?func=detail&aid=1373&group_id=104&atid=490
This should be taken care of as part of adding multiple attribute support for input objects.