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

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

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

import org.openqa.selenium.WebElement;

@FunctionalInterface
public interface ScrollFunction {
    WebElement scroll(WebElement element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy