Package org.fluentlenium.core.events
Interface AlertListener
-
public interface AlertListenerListen to alert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(org.openqa.selenium.WebDriver driver)Called when an alert is accepted or dismissed.
-