public void auto_waitForElementVisibility(By locator) { this.auto_getFluentWait().until(ExpectedConditions.visibilityOfElementLocated(locator)); }