11-15-2011, 03:14 PM
(This post was last modified: 11-15-2011, 03:29 PM by ravi.gajul.)
Code:
set allRadiobuttons=browser().Page()....childobjects("WebRadioButton")
allRadiobuttons(<index of the radio button to delete>).set
if you dont know the index and in this case as you said above if you want to delete last radio button then
Code:
allRadiobuttons(Ubound(allRadiobuttons)).Set
If you are already doing it this way or it this doesn't help , pls post your code and object spy snapshot of the radio button to be deleted.