BrowserType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The browser type. (i.e. firefox, internet explorer ...etc).

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum BrowserType
Members

  Member nameValueDescription
NotSet0 Browser type is not set.
InternetExplorer1 Internet explorer browser type.
FireFox2 FireFox browser type.
AspNetHost3 ASP.NET InProc Host that acts as a browser and request processor.
Designer4 Internally used for the UI Designer
Safari5 Safari browser
SilverlightOutOfBrowser6 SLLauncher.exe running Silverlight apps
Chrome7 Google Chrome
NativeApp8 Native Windows application
MicrosoftEdge9 Microsoft Edge
See Also

Reference