auto_isInputElementEmpty

public boolean auto_isInputElementEmpty(WebElement element) {
    return element.getAttribute("value").isEmpty();
}
What are your feelings
Scroll al inicio