Hello everyone,

*ChildItem* method is to access child objects from a web table cell in web 
table object without using description object. In other words, it returns a 
test object from the cell by type and index.

 

Syntax:-object.ChildItem (Row, Column, MicClass, *Index)*

 

EG:

 

set a = 
Browser("A").Page("B").WebTable("C").WebTable("Item").ChildItem(2,2,"WebElement",0)

b = a.GetROProperty("value")

MsgBox b
 

Could someone explain or sent link on how the index is used in childitem , 
thank you.

Regds
Teddy

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to