For windowed objects, Index is the current front-to-back position (1-based) of the sought-for window among other windows that have the same name. For windowless objects, this is the value of the "native" Index property. Check the index value in the TestLeft UI Spy panel before writing code.
Namespace:
SmartBear.TestLeft.TestObjects.VB
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> Index { get; set; }
Public Property Index As Nullable(Of Integer)
Get
Set
Dim instance As VBPattern
Dim value As Nullable(Of Integer)
value = instance.Index
instance.Index = value
public:
property Nullable<int> Index {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also