auto_getAttribute

public String auto_getAttribute(String elementPath, String attribute, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    //auto_waitForElementPresence(locator);
    WebElement element = auto_getWebElement(locator);
    return element.getAttribute(attribute);
}
What are your feelings
Scroll al inicio