GetParent Method (TestObject)

Class

TestObject.

Action

Looks up the parent of this object in the test application.

Syntax

C#
parent = testObject.GetParent()
VB
parent = testObject.GetParent()
Variable Description
parent The parent or the desktop if this object has no other parent. TestObject.