All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fluentlenium.core.events.NavigateListener Maven / Gradle / Ivy

package org.fluentlenium.core.events;

import org.openqa.selenium.WebDriver;

/**
 * Listener interface for Navigate events
 */
public interface NavigateListener {

    /**
     * Invoked when a navigation event occurs.
     *
     * @param driver selenium webdriver
     */
    void on(WebDriver driver); // NOPMD ShortMethodName
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy