* @param context The context to use when finding the element
* @param timeOutInSeconds How long to wait for the element to appear. Measured in seconds.
* @param annotationsHandler The annotations handler for locating element
*/
public AjaxElementLocator(SearchContext context, int timeOutInSeconds, AnnotationsHandler annotationsHandler) {
this(new SystemClock(), context, timeOutInSeconds, annotationsHandler);
}