Constants that are used to specify the supported browsers
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
 Syntax
SyntaxPublic Enumeration BrowserType
Dim instance As BrowserType
public enum class BrowserType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Chrome | 0 | A constant that is used to indicate Google Chrome | 
|  | Edge | 1 | A constant that is used to indicate Microsoft Edge | 
|  | Firefox | 2 | A constant that is used to indicate Mozilla Firefox | 
|  | IExplorer | 3 | A constant that is used to indicate Microsoft Internet Explorer | 
 See Also
See Also