public class DefaultPageObjectInitialiser extends AbstractObjectInitialiser<PageObject>
| Constructor and Description |
|---|
DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver,
long ajaxTimeoutInMilliseconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(PageObject page) |
public DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver,
long ajaxTimeoutInMilliseconds)
public boolean apply(PageObject page)
apply in interface com.google.common.base.Predicate<PageObject>apply in class AbstractObjectInitialiser<PageObject>