Click or drag to resize

ProcessPatternIndex Property

The number of the desired process among other processes created for the same executable. The first created process has Index 1 (default), the second - 2 and so on. You can see the index of a process in the TestLeft UI Spy panel.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public Nullable<int> Index { get; set; }

Property Value

Type: NullableInt32
See Also