01-13-2011, 07:22 PM
Hi,
Thanks Basanth and Manish for the quick reply.
I have written the code as below.
JDisplayed following message when run the QTP code.
Object doesn't support this property or method: 'ChildObjects.GetROProperty'
Note1:
The "Record No 1 " is swing table object name.
Note2:
After Child objects when pressed . the list of property/method on ChildObjects are not displayed.
Instead displayed parameters as ([in, optional] Description)
Thanks in advance.
Dinesh
Thanks Basanth and Manish for the quick reply.
I have written the code as below.
J
Code:
avaWindow("ABC").JavaInternalFrame("Master").JavaTable("Record No 1").ChildObjects.GetROProperty("all items")
Object doesn't support this property or method: 'ChildObjects.GetROProperty'
Note1:
The "Record No 1 " is swing table object name.
Note2:
After Child objects when pressed . the list of property/method on ChildObjects are not displayed.
Instead displayed parameters as ([in, optional] Description)
Thanks in advance.
Dinesh