OrdinalIdentifier Property
Description
The ordinal identifier property for the test object class.
Property type
Read-write property
Syntax
Visual Basic
Public Property OrdinalIdentifier As String
Return Type
  • Index--Indicates the order in which the object appears in the application code relative to other objects with an otherwise identical description.
  • Location--Indicates the order in which the object appears within the parent window, frame, or dialog box relative to other objects with an otherwise identical description. Values are assigned from top to bottom, and then left to right.
  • CreationTime--(for Web Browser objects only) Indicates the order in which the browser was opened relative to other open browsers with an otherwise identical description.
Example
See Also