aquality.selenium.core.logging.ILogVisualState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium-core Show documentation
Show all versions of aquality-selenium-core Show documentation
Library with core functions simplifying work with Selenium-controlled applications.
package aquality.selenium.core.logging;
/**
* Describes interface that can log visual state.
*/
public interface ILogVisualState {
/**
* Logs element visual state.
* @param messageKey key of localized message to log.
* @param args values to put into localized message (if any).
*/
void logVisualState(String messageKey, Object... args);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy