auto_isInputElementEmpty

public boolean auto_isInputElementEmpty(String elementPath, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    return this.auto_isInputElementEmpty(this.auto_getWebElement(locator));
}
What are your feelings
Scroll al inicio