Forum Discussion
I use the parent property to access parent objects and then use their property. This to make sure I use the right object (which is not unique with the exception of a certain parent object).
If this is no longer available in 12.60 then I'd probably have to downgrade. And I am not inclined to use scripts since all my tests are keywordtests.
The parent property IS available for use in the tests. You don't need to add the parent property to your mapping to use the parent within the automation itself.
Additionally, if you map the parent object itself and then put the child object as a descendent in the mapping tree, it will ensure that you're always getting the proper child object.
So... no need to downgrade, just better usage of the objects and namemapping feature.