Enum FirefoxDriverLogLevel
Represents the valid values of logging levels available with the Firefox driver (geckodriver.exe).
public enum FirefoxDriverLogLevel
Fields
Config = 2Represents the Config value
Debug = 1Represents the Debug value
Default = 7Represents that the logging value is unspecified, and should be the default level.
Error = 5Represents the Error value
Fatal = 6Represents the Fatal value, the least detailed logging level available.
Info = 3Represents the Info value
Trace = 0Represents the Trace value, the most detailed logging level available.
Warn = 4Represents the Warn value