net.morher.ui.connect.http.BrowserConfigurer Maven / Gradle / Ivy
package net.morher.ui.connect.http;
import com.gargoylesoftware.htmlunit.WebClient;
public interface BrowserConfigurer {
void configure(WebClient webClient);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy