BrowserExecutionType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The browser execution type. (i.e. firefox, internet explorer ...etc). The real browser type users can choose from.

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

public enum BrowserExecutionType
Members

  Member nameValueDescription
NotSet0 Browser type is not set.
InternetExplorer1 Internet explorer browser type.
FireFox2 FireFox browser type.
Safari3 Safari browser type.
AspNetHost4 ASP.NET InProc Host that acts as a browser and request processor.
SilverlightOutOfBrowser5 SLLauncher.exe running Silverlight apps
Chrome6 Google Chrome
MicrosoftEdge7 Microsoft Edge browser type.
See Also

Reference