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

com.automationrockstars.design.gir.webdriver.plugin.UiDriverPlugin Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.automationrockstars.design.gir.webdriver.plugin;

import org.openqa.selenium.WebDriver;

public interface UiDriverPlugin {

	void beforeInstantiateDriver();
	
	void afterInstantiateDriver(WebDriver driver);
	
	void beforeGetDriver();
	
	void afterGetDriver(WebDriver driver);
	
	void beforeCloseDriver(WebDriver driver);
	
	void afterCloseDriver();
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy