Package org.fluentlenium.core.events
Interface SwitchToWindowListener
-
public interface SwitchToWindowListenerListen to switch window
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(java.lang.String s, org.openqa.selenium.WebDriver driver)Called before or after window switch event.
-