public boolean auto_isInputEmpty(String locator){ return page.locator(locator).getAttribute("value").isEmpty(); }