auto_waitForElementInvisibility

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