Package org.fluentlenium.core.events
Interface NavigateListener
-
public interface NavigateListenerListener interface for Navigate events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(org.openqa.selenium.WebDriver driver)Invoked when a navigation event occurs.
-