use select statement to select the web radio button in a web radio group.
like:
to select the first radio button and
to select the second one...!!!!
Thanks,
Harish
like:
Code:
Browser().page().webradiogroup("something").select "#0"Code:
Browser().page().webradiogroup("something").select "#1"Thanks,
Harish

