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

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

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

import org.openqa.selenium.WebElement;

@FunctionalInterface
public interface LocateElement {
    WebElement locate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy