public void auto_waitForElementPresence(By locator) { this.auto_getFluentWait().until(ExpectedConditions.presenceOfElementLocated(locator)); }