auto_getWebElements

public List<WebElement> auto_getWebElements(String elementPath, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    return (List) this.auto_getWait().until(ExpectedConditions.presenceOfAllElementsLocatedBy(locator));
}
What are your feelings
Scroll al inicio