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

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

package org.fluentlenium.core.events;

import org.openqa.selenium.WebDriver;

/**
 * Listen to switch window
 */
public interface SwitchToWindowListener {
    /**
     * Called before or after window switch event.
     *
     * @param s      script
     * @param driver selenium driver
     */
    void on(String s, WebDriver driver); // NOPMD ShortMethodName
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy