private final ElementProxyCreator elementProxyCreator;
public DefaultPageObjectInitialiser(WebDriver driver, int ajaxTimeoutInMilliseconds) {
this.driver = driver;
this.ajaxTimeoutInMilliseconds = ajaxTimeoutInMilliseconds;
this.elementProxyCreator = new SmartElementProxyCreator();
}