package org.syftkog.web.test.framework; import org.openqa.selenium.WebElement; /** * * @author BenjaminLimb */ public interface WebElementFinder { /** * * @return */ public WebElement find(); }