![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mike10004.seleniumhelp.WebdrivingProxyDefinition Maven / Gradle / Ivy
package com.github.mike10004.seleniumhelp;
import javax.annotation.Nullable;
public interface WebdrivingProxyDefinition {
@Nullable
org.openqa.selenium.Proxy createWebdrivingProxy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy