Description
The ObjectIdentifier
property returns a value that uniquely identifies a UI Automation object among other objects within the same parent object. For example, this value can be used to refer to the object from tests using the UIAObject
or WaitUIAObject
method.
Declaration
TestObj.ObjectIdentifier
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
The value of one of the following native properties of the object (ordered by priority):
See Also
UI Automation Objects
ObjectGroupIndex Property (UI Automation Objects)