Hi,

You can use this :
Set oTable=Browser("Browser").Page("").WebTable("")
RC=oTable.RowCount
For i=1 to RC
Set obj = Browser("Browser").Page("").WebTable("").ChildItem(i,4, 
"WebElement", 0)
obj.GetROProperty(Name)
Next

On Tuesday, May 21, 2013 6:22:44 AM UTC+1, Venkat Reddy Bandaru wrote:
>
> Need to get RO property of child using descriptive or childitem concept
> I have one application web table contains lot of rows and columns with 
> links stored in it
> Just want to pick 4th column rows links and that link href value
> Is there any way of doing it
> Thanks
>

-- 
-- 
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/groups/opt_out.


Reply via email to