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

org.fluentlenium.core.events.AlertListener Maven / Gradle / Ivy

package org.fluentlenium.core.events;

import org.openqa.selenium.WebDriver;

/**
 * Listen to alert
 */
public interface AlertListener {
    /**
     * Called when an alert is accepted or dismissed.
     *
     * @param driver    selenium driver
     */
    void on(WebDriver driver); // NOPMD ShortMethodName
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy