public void auto_waitForElementDisappears(By locator) { this.auto_getFluentWait().until(ExpectedConditions.invisibilityOfElementLocated(locator)); }