net.thucydides.core.webdriver
Class DefaultPageObjectInitialiser
java.lang.Object
net.thucydides.core.webdriver.DefaultPageObjectInitialiser
- All Implemented Interfaces:
- com.google.common.base.Predicate<PageObject>
public class DefaultPageObjectInitialiser
- extends Object
- implements com.google.common.base.Predicate<PageObject>
Initializes WebElement and WebElementFacade fields in a page object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Predicate |
equals |
DefaultPageObjectInitialiser
public DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver,
int ajaxTimeoutInMilliseconds)
ajaxTimeoutInSecondsWithAtLeast1Second
protected int ajaxTimeoutInSecondsWithAtLeast1Second()
apply
public boolean apply(PageObject page)
- Specified by:
apply in interface com.google.common.base.Predicate<PageObject>
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.