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

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