Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Childobject return wrong checkbox count..
#2
Not Solved
Can you Check like this...

Code:
Dim oDesc,Cbox
Set Cbox =Description.Create()
Cbox("micclass").Value="Webcheckbox"
Set  oDesc=Browser("title:=.*").Page("url:=.*").ChildObjects(Cbox)

Msgbox oDesc.Count      

For i = o To oDesc.Count-1
    oDesc(i).Set "ON"
Next
Reply


Messages In This Thread
RE: Childobject return wrong checkbox count.. - by babu123 - 04-09-2015, 09:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,060 11-01-2019, 10:25 PM
Last Post: jayraocourts
Sad Click checkbox using its label name. venkatesh9032 1 3,053 08-10-2015, 10:33 PM
Last Post: kotaramamohana
  How to select dynamic checkbox from web dropdown QA_Newbie 2 4,477 07-20-2014, 09:40 PM
Last Post: QA_Newbie
  QTP childObject hadar 1 2,859 04-23-2014, 05:00 AM
Last Post: kgovadav
  How To pick up the particular mail in Post Login Gmail page and click on Checkbox akhandesh 0 2,703 12-02-2013, 01:35 PM
Last Post: akhandesh

Forum Jump:


Users browsing this thread: 1 Guest(s)