A. Use the .radio in conjunction with .set
Example html:
<html> <body> <input type="radio" name="group1" value="Watir"> Watir<br /> </body> </html>
Example watir:
@b.radio(:name,"group1").set
A. Use the .radio in conjunction with .set
Example html:
<html> <body> <input type="radio" name="group1" value="Watir"> Watir<br /> </body> </html>
Example watir:
@b.radio(:name,"group1").set