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

pickleib.utilities.interfaces.functions.ClickFunction Maven / Gradle / Ivy

The newest version!
package pickleib.utilities.interfaces.functions;

import org.openqa.selenium.WebElement;

@FunctionalInterface
public interface ClickFunction {
    void click(WebElement element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy