public void auto_waitForElementInvisibility(String elementPath, String ... elementValue) {
By locator = LocatorBuilder.getBy(elementPath, elementValue);
this.auto_getFluentWait().until(ExpectedConditions.invisibilityOfElementLocated(locator));
}
Popular Search autoautsettextttr