[wtr-general] Problem in setting radio button value

2011-03-24 Thread Ashu
hi, I want to set radio button which are having the following fields(I have searched on related posts in the forum, was unable to solve my problem) trtd class=nIdle Situation/tdtd class=ninput type=radio value=0 name=idle0Text1input type=radio checked=checked value=1 name=idle0Text2/td/tr trtd

Re: [wtr-general] Problem in setting radio button value

2011-03-24 Thread karim rayani
In the entire page, there are radio button which have the value property as 1. hence browser.radio(:value = 1).set in the last line is going set the radio button with value 1 which comes first in the html structure. I think you need some syntax like to fix the problem, by using multiple