Click or drag to resize

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; }

Property Value

Type: NullableInt32
See Also