10-22-2012, 03:00 PM
(This post was last modified: 10-22-2012, 03:14 PM by harishshenoy.)
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