package org.syftkog.web.test.framework; import org.openqa.selenium.SearchContext; /** * * @author BenjaminLimb */ public interface HasSearchContext { /** * * @return */ public SearchContext getSearchContext(); }