public void auto_setTextToInput(WebElement element, String value) { element.clear(); element.sendKeys(value); }