public class DefaultPageObjectInitialiser extends java.lang.Object implements com.google.common.base.Predicate<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>