Hi Abhishek,
It's better option to use the index numbers rather the the value of the radio button.
We have to use the index as follows:
'*******************************************
Browser(X).page(X).WebRadioGroup(X).select "#1"
'*******************************************
Note: Always the index will starts with "0"
Let me know if you need any more info
It's better option to use the index numbers rather the the value of the radio button.
We have to use the index as follows:
'*******************************************
Browser(X).page(X).WebRadioGroup(X).select "#1"
'*******************************************
Note: Always the index will starts with "0"
Let me know if you need any more info
Thanks,
SUpputuri
SUpputuri

