From: KingMaker KingMaker Date: 2010-05-18T19:09:27+09:00 Subject: Read text file and set the radio button values. hello, i write this code for getting radio button value from text file but the every time script click on the first value. please help me............... text file: String=No Qs1String=Yes Qs2String=Yes Qs3String=Yes Qs4String=Yes Qs5String=Yes ie.radio(:value,data[1]).set log.info "value Set No"; ie.radio(:value,data[2]).set log.info " Profile Question 1 Set No"; ie.radio(:value,data[3]).set log.info "Profile Question 2 Set No"; ie.radio(:value,data[4]).set log.info " Profile Question 3 Set No"; ie.radio(:value,data[5]).set log.info " Profile Question 4 Set No"; ie.radio(:value,data[6]).set log.info " Profile Question 5 Set No"; -- Posted via http://www.ruby-forum.com/.