auto_getWebElements

public List<WebElement> auto_getWebElements(By locator) {
    return (List) this.auto_getWait().until(ExpectedConditions.presenceOfAllElementsLocatedBy(locator));
}
What are your feelings
Scroll al inicio