aquality.selenium.logging.LogLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium Show documentation
Show all versions of aquality-selenium Show documentation
Library around Selenium WebDriver
package aquality.selenium.logging;
/**
* Logging level for specific features, such as HTTP Exchange.
*/
public enum LogLevel {
DEBUG,
INFO,
WARN,
ERROR,
FATAL
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy