Uses of Interface
io.fluentlenium.core.events.SwitchToWindowListener
Packages that use SwitchToWindowListener
-
Uses of SwitchToWindowListener in io.fluentlenium.core.events
Fields in io.fluentlenium.core.events with type parameters of type SwitchToWindowListenerModifier and TypeFieldDescriptionfinal List<SwitchToWindowListener>EventsRegistry.afterSwitchToWindowfinal List<SwitchToWindowListener>EventsRegistry.beforeSwitchToWindowMethods in io.fluentlenium.core.events with parameters of type SwitchToWindowListenerModifier and TypeMethodDescriptionEventsRegistry.afterSwitchToWindow(SwitchToWindowListener listener) Add a listener that will be invoked after window switch.EventsRegistry.beforeSwitchToWindow(SwitchToWindowListener listener) Add a listener that will be invoked before window switch.