List of usage examples for org.openqa.selenium.support.pagefactory AjaxElementLocator subclass-usage
From source file ui.auto.core.pagecomponent.AjaxVisibleElementLocator.java
public class AjaxVisibleElementLocator extends AjaxElementLocator { public AjaxVisibleElementLocator(SearchContext searchContext, Field field, int timeOutInSeconds) { super(new SystemClock(), searchContext, field, timeOutInSeconds); }