auto_waitForElementPresence (Deprecated)

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