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) |
test
public DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds)
public boolean apply(PageObject page)
apply
in class AbstractObjectInitialiser<PageObject>