Parent Property (ITestObject)
The parent test object of this test object. The child object must be obtained using the Describe method, otherwise, it returns null.
Remarks
For example, if the test object is a WebElement, the Parent is the IFrame or IBrowser test object that contains it.

C# Syntax

ITestObject Parent {get;}