auto_waitForElementsVisibilities

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