Package net.thucydides.core.webdriver
Class DefaultPageObjectInitialiser
java.lang.Object
net.thucydides.core.webdriver.AbstractObjectInitialiser<PageObject>
net.thucydides.core.webdriver.DefaultPageObjectInitialiser
- All Implemented Interfaces:
com.google.common.base.Predicate<PageObject>,Predicate<PageObject>
-
Field Summary
Fields inherited from class net.thucydides.core.webdriver.AbstractObjectInitialiser
ajaxTimeout, driver -
Constructor Summary
ConstructorsConstructorDescriptionDefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds) -
Method Summary
Methods inherited from class net.thucydides.core.webdriver.AbstractObjectInitialiser
ajaxTimeoutInSecondsWithAtLeast1Second, testMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals
-
Constructor Details
-
DefaultPageObjectInitialiser
public DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds)
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<PageObject>- Specified by:
applyin classAbstractObjectInitialiser<PageObject>
-