public boolean auto_isInputElementEmpty(WebElement element) { return element.getAttribute("value").isEmpty(); }