Uses of Interface
org.fluentlenium.core.events.AlertListener
-
Packages that use AlertListener Package Description org.fluentlenium.core.events -
-
Uses of AlertListener in org.fluentlenium.core.events
Methods in org.fluentlenium.core.events with parameters of type AlertListener Modifier and Type Method Description EventsRegistryEventsRegistry. afterAlertAccept(AlertListener listener)Add a listener that will be invoked after an alert is accepted.EventsRegistryEventsRegistry. afterAlertDismiss(AlertListener listener)Add a listener that will be invoked after an alert is dismissed.EventsRegistryEventsRegistry. beforeAlertAccept(AlertListener listener)Add a listener that will be invoked before an alert is accepted.EventsRegistryEventsRegistry. beforeAlertDismiss(AlertListener listener)Add a listener that will be invoked before an alert is dismissed.
-