| 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
Syntaxpublic IEnumerable<BrowserInfo> Browsers { get; }Public ReadOnly Property Browsers As IEnumerable(Of BrowserInfo)
	Get
Dim instance As ApplicationManager
Dim value As IEnumerable(Of BrowserInfo)
value = instance.Browsers
public:
property IEnumerable<BrowserInfo^>^ Browsers {
	IEnumerable<BrowserInfo^>^ get ();
}Property Value
Type: 
IEnumerableBrowserInfo Exceptions
Exceptions| Exception | Condition | 
|---|
| WebException | Thrown if there are network problems. | 
| ApiException | Thrown if a list of browsers could not be obtained. | 
 See Also
See Also