
au.com.agic.apptesting.utils.WebDriverHandler Maven / Gradle / Ivy
package au.com.agic.apptesting.utils;
import java.io.File;
import java.util.List;
import javax.validation.constraints.NotNull;
/**
* A service for automatically extracting and configuring web drivers
*/
public interface WebDriverHandler {
/**
* Extracts the integrated web driver and configures the system properties
*/
void configureWebDriver(@NotNull final List tempFiles);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy