Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Radio Button
#8
Solved: 12 Years, 11 Months, 1 Week ago
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
then click on remove.
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.
Reply


Messages In This Thread
Radio Button - by vinod123 - 11-14-2011, 10:50 AM
RE: Radio Button - by ravi.gajul - 11-14-2011, 01:22 PM
RE: Radio Button - by vinod123 - 11-15-2011, 09:36 AM
RE: Radio Button - by ravi.gajul - 11-15-2011, 10:24 AM
RE: Radio Button - by vinod123 - 11-15-2011, 10:33 AM
RE: Radio Button - by ravi.gajul - 11-15-2011, 11:18 AM
RE: Radio Button - by vinod123 - 11-15-2011, 11:54 AM
RE: Radio Button - by ravi.gajul - 11-15-2011, 03:14 PM
RE: Radio Button - by vinod123 - 09-25-2014, 12:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Radio Group problem vinod123 4 6,394 09-25-2014, 12:10 PM
Last Post: vinod123
  Identifying radio buttons with same html ID but dynamic webelement properties manishac 12 15,533 05-03-2012, 06:27 AM
Last Post: manishac
  identifying Webradiobuttons in a web radio group swayampadhi88 1 7,299 02-18-2012, 08:53 AM
Last Post: inborntester
  Checking Tool tip of field/Image/Radio Button mayur.bidkar 1 3,462 11-13-2008, 05:25 PM
Last Post: mayur.bidkar
  select radio button based on UI text Sri 1 3,612 03-01-2008, 12:11 PM
Last Post: umar.shariff

Forum Jump:


Users browsing this thread: 1 Guest(s)