WebBrowserPatternBrowserIndex Property |
Specifies the browser instance number. Use this property to distinguish several instances of the same browser running in the operating system. You can check the BrowserIndex value in the TestLeft UI Spy panel.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> BrowserIndex { get; set; }
Public Property BrowserIndex As Nullable(Of Integer)
Get
Set
Dim instance As WebBrowserPattern
Dim value As Nullable(Of Integer)
value = instance.BrowserIndex
instance.BrowserIndex = value
public:
property Nullable<int> BrowserIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also