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

org.fluentlenium.core.alert.AlertControl Maven / Gradle / Ivy

package org.fluentlenium.core.alert;

/**
 * Provide control for alert windows.
 */
public interface AlertControl {
    /**
     * Get an object to control the alert window.
     *
     * @return an alert object
     */
    Alert alert();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy