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

aquality.selenium.core.logging.ILogElementState 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.logging;

/**
 * Describes interface that can log element state.
 */
public interface ILogElementState {
    /**
     * Logs element state.
     * @param messageKey key of localized message to log.
     * @param stateKey key of localized state to log.
     */
    void logElementState(String messageKey, String stateKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy