All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aquality.selenium.core.configurations.ILoggerConfiguration Maven / Gradle / Ivy

Go to download

Library with core functions simplifying work with Selenium-controlled applications.

There is a newer version: 4.2.0
Show newest version
package aquality.selenium.core.configurations;

/**
 * Describes logger configuration.
 */
public interface ILoggerConfiguration {

    /**
     * Gets language used inside the library for logging.
     * @return language used for logging.
     */
    String getLanguage();

    /**
     * Perform page source logging in case of catastrophic failures or not.
     * @return true if enabled, false otherwise.
     */
    boolean logPageSource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy