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