10-27-2010, 11:40 AM
HI Shandru,
How many WebRadio buttons are there in the page. Did you check the Report after execution and check if smart identification is invoked while indentifing the Object, If yes check the properties of WebRadioGroup("payment") in object repository. Use the Index value also.
One last try, Disable the smart identification of the object in OR and try the below code,
Thanks
Vinod
How many WebRadio buttons are there in the page. Did you check the Report after execution and check if smart identification is invoked while indentifing the Object, If yes check the properties of WebRadioGroup("payment") in object repository. Use the Index value also.
One last try, Disable the smart identification of the object in OR and try the below code,
Code:
Setting.WebPackage("ReplayType") = 2
Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "2"
Setting.WebPackage("ReplayType") = 1
Thanks
Vinod