Enum ITestingDriver.Browser
Different browsers that are supported.
Namespace: TestingDriver
Assembly: TestingDriver.dll
Syntax
public enum Browser
Fields
Name | Description |
---|---|
Chrome | Represents the Chrome browser. |
Edge | Represents the Microsoft Edge Browser. |
Firefox | Represents the Firefox Browser. |
IE | Represents the Internet Explorer browser. |
RemoteChrome | Representation of the Chrome in a remote server. |
Safari | Represents the Safari Browser. |