
pickleib.utilities.interfaces.functions.ClickFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pickleib Show documentation
Show all versions of Pickleib Show documentation
Pickleib library for supporting web application automation with Selenium
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