
at.willhaben.willtest.junit5.WebDriverPostInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core classes with as few dependencies as possible
The newest version!
package at.willhaben.willtest.junit5;
import org.openqa.selenium.WebDriver;
public interface WebDriverPostInterceptor extends BrowserUtilExtension {
void postProcessWebDriver(WebDriver driver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy