Enum WebAppDriverType
Defines the values associated with the web app driver type.
Namespace: Legerity.Web
Assembly: Legerity.Core.dll
Syntax
public enum WebAppDriverType : int
Fields
| Name | Description |
|---|---|
| Chrome | Chrome. Setting this will cause the application driver to launch for Google Chrome. |
| Edge | Edge. Setting this will cause the application driver to launch for Microsoft's Legacy Edge. |
| EdgeChromium | Edge Chromium. Setting this will cause the application driver to launch for Microsoft's Chromium Edge. |
| Firefox | Firefox. Setting this will cause the application driver to launch for Mozilla Firefox. |
| InternetExplorer | Internet Explorer. This will cause the application driver to launch for Microsoft's Internet Explorer. |
| None | None. Setting this will cause the application driver to not start. |
| Opera | Opera. Setting this will cause the application driver to launch for Opera. |
| Safari | Safari. Setting this will cause the application driver to launch for Apple's Safari. |