Hi

Please help, I'm automating an web application that has webelement in a 
wbfGrid. Note it's wbf and not WPF.
I can spy the objects on the grid but when I try to add the objects to the 
repository I get the following error.
"Cannot add the object. The object repository is read-only. Enable editing 
and try again."

I've .Net, Web and WPF add-in loaded.(I've tried without the WPF add-in 
also)
My goal is to select a row(webelemnet) from the grid.
I've also tried the following code to get number of childobjects on the 
page and the count is always 0.


Set obj = Description.Create
obj("micclass").value = "WbfGrid"
Set objChildren = Browser("Browser").Page("Page").ChildObjects(obj)
iCount = objChildren.count
msgbox iCount


Please help

Thanks in advance.

-- 
-- 
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