Hi All,
I would like to select radio button however i could not make it work.
I have tried this but it now work
Can somebody help me with this?
Thank you so much in Advance
I would like to select radio button however i could not make it work.
Code:
< input name="POD_0_DK_48747_184812_130952" class="POD_0_DK_48747_184812_130952" id="POD_0_DK_48747_184812_130952_V_RemoveLocalAdministrator" type="radio" value="RemoveLocalAdministrator" >
I have tried this but it now work
Code:
ie.document.all.Item("POD_0_DK_48747_184812_130952_V_RemoveLocalAdministrator").Item(0).Checked = True
Can somebody help me with this?
Thank you so much in Advance