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

giis.selema.manager.IDriverConfigDelegate Maven / Gradle / Ivy

package giis.selema.manager;

import org.openqa.selenium.WebDriver;

/**
 * A delegate used to provide additional driver configurations just after its creation
 */
public interface IDriverConfigDelegate {

		void configure(WebDriver driver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy