GetChildrenByClass Method
object.GetChildrenByClass(Class, [Parent])
Argument | Description |
object | An expression evaluating to an object of type ObjectRepositoryUtil. |
Class | Required. A String value. The object class name as displayed in the object repository. |
Parent | Optional. A Variant value. The parent object. You can specify the parent as an object (IDispatch pointer) or its full path as it appears in the Editor, for example, Browser("Advantage Shopping").Page("Advantage Shopping"). If you do not specify a parent object, all top-level objects of the specified class in the object repository are retrieved. To retrieve all checkpoint and output objects, do not specify a value for the Parent argument. |