auto_waitForElementToHaveText

public void auto_waitForElementToHaveText(String elementPath, String text, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    this.auto_getFluentWait().until(ExpectedConditions.textToBe(locator,text));
}
What are your feelings
Scroll al inicio