Uses of Interface
io.fluentlenium.core.events.AlertListener
Packages that use AlertListener
-
Uses of AlertListener in io.fluentlenium.core.events
Fields in io.fluentlenium.core.events with type parameters of type AlertListenerModifier and TypeFieldDescriptionfinal List<AlertListener>EventsRegistry.afterAlertAcceptfinal List<AlertListener>EventsRegistry.afterAlertDismissfinal List<AlertListener>EventsRegistry.beforeAlertAcceptfinal List<AlertListener>EventsRegistry.beforeAlertDismissMethods in io.fluentlenium.core.events with parameters of type AlertListenerModifier and TypeMethodDescriptionEventsRegistry.afterAlertAccept(AlertListener listener) Add a listener that will be invoked after an alert is accepted.EventsRegistry.afterAlertDismiss(AlertListener listener) Add a listener that will be invoked after an alert is dismissed.EventsRegistry.beforeAlertAccept(AlertListener listener) Add a listener that will be invoked before an alert is accepted.EventsRegistry.beforeAlertDismiss(AlertListener listener) Add a listener that will be invoked before an alert is dismissed.