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