Enum BrowserType
Determine browser type to run the tests. Browser Type is limited according to the platform.
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public enum BrowserType
Fields
| Name | Description |
|---|---|
| AndroidNative | Android Application.The application package must be provided via AppId parameter. |
| Chrome | Google Chrome (Desktop or Mobile) |
| ChromiumEdge | Microsoft Edge (Chromium based) |
| Firefox | Mozilla Firefox |
| IOSNative | IOS Application. The application package must be provided via AppId parameter. |
| Safari | Test will be run on Safari browser onder MacOS or iOS device. |