Click or drag to resize

ApplicationManagerBrowsers Property

Returns information about all the supported browsers that are available on the current computer.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public IEnumerable<BrowserInfo> Browsers { get; }

Property Value

Type: IEnumerableBrowserInfo
Exceptions
ExceptionCondition
WebExceptionThrown if there are network problems.
ApiExceptionThrown if a list of browsers could not be obtained.
See Also