InternetExplorerDriverLogLevel EnumerationWebDriver
Represents the valid values of logging levels available with the IEDriverServer.exe.

Namespace: OpenQA.Selenium.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public enum InternetExplorerDriverLogLevel
Members

  Member nameValueDescription
Trace0 Represents the Trace value, the most detailed logging level available.
Debug1 Represents the Debug value
Info2 Represents the Info value
Warn3 Represents the Warn value
Error4 Represents the Error value
Fatal5 Represents the Fatal value, the least detailed logging level available.
See Also