public List<WebElement> auto_getWebElements(String elementPath, String ... elementValue) {
By locator = LocatorBuilder.getBy(elementPath, elementValue);
return (List) this.auto_getWait().until(ExpectedConditions.presenceOfAllElementsLocatedBy(locator));
}
Popular Search autoautsettextttr