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

org.fluentlenium.assertj.custom.AlertStateAssert Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
package org.fluentlenium.assertj.custom;

public interface AlertStateAssert {

    /**
     * Check that the alert box contains the given text
     *
     * @param text text to search for
     * @return self
     */
    AlertStateAssert hasText(String text);

    /**
     * Check that an alert box is present
     *
     * @return self
     */
    AlertStateAssert isPresent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy