Enum InternetExplorerDriverLogLevel
Represents the valid values of logging levels available with the IEDriverServer.exe.
public enum InternetExplorerDriverLogLevel
Fields
Debug = 1Represents the Debug value
Error = 4Represents the Error value
Fatal = 5Represents the Fatal value, the least detailed logging level available.
Info = 2Represents the Info value
Trace = 0Represents the Trace value, the most detailed logging level available.
Warn = 3Represents the Warn value