Table of Contents

Enum FirefoxDriverLogLevel

Namespace
OpenQA.Selenium.Firefox
Assembly
WebDriver.dll

Represents the valid values of logging levels available with the Firefox driver (geckodriver.exe).

public enum FirefoxDriverLogLevel

Fields

Config = 2

Represents the Config value

Debug = 1

Represents the Debug value

Default = 7

Represents that the logging value is unspecified, and should be the default level.

Error = 5

Represents the Error value

Fatal = 6

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

Info = 3

Represents the Info value

Trace = 0

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

Warn = 4

Represents the Warn value