Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not able to select particular checkbox from mulitple checkboxes
#9
Not Solved
Code:
Dim obj_check
Dim allcheckboxes
Set obj_check=Description.Create
obj_Check("html tag").value="INPUT"
obj_Check("type").value="checkbox"
Set allcheckboxes=Browser("micclass:=Browser").Page("micclass:=Page").ChildObjects(obj_check)
a= allcheckboxes.count()
For i = 0 to 17
allcheckboxes(i).Set "ON"
Next

here 17 is the value of the count of check boxes in my project. I think it will solve ur problem
Reply


Messages In This Thread
RE: Not able to select particular checkbox from mulitple checkboxes - by vinod123 - 06-28-2012, 05:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,244 11-01-2019, 10:25 PM
Last Post: jayraocourts
Sad Click checkbox using its label name. venkatesh9032 1 3,181 08-10-2015, 10:33 PM
Last Post: kotaramamohana
  Childobject return wrong checkbox count.. VpnQTP 1 2,846 04-09-2015, 09:07 PM
Last Post: babu123
  How to select dynamic checkbox from web dropdown QA_Newbie 2 4,666 07-20-2014, 09:40 PM
Last Post: QA_Newbie
  How To pick up the particular mail in Post Login Gmail page and click on Checkbox akhandesh 0 2,834 12-02-2013, 01:35 PM
Last Post: akhandesh

Forum Jump:


Users browsing this thread: 2 Guest(s)