Table of Contents

Enum InternetExplorerDriverLogLevel

Namespace
OpenQA.Selenium.IE
Assembly
WebDriver.dll

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

public enum InternetExplorerDriverLogLevel

Fields

Debug = 1

Represents the Debug value

Error = 4

Represents the Error value

Fatal = 5

Represents the Fatal value, the least detailed logging level available.

Info = 2

Represents the Info value

Trace = 0

Represents the Trace value, the most detailed logging level available.

Warn = 3

Represents the Warn value