Example usage for org.openqa.selenium.support.pagefactory AjaxElementLocator subclass-usage

List of usage examples for org.openqa.selenium.support.pagefactory AjaxElementLocator subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.support.pagefactory AjaxElementLocator subclass-usage.

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);
    }