public void auto_setTextToInputActions(WebElement element, String value){ Actions actions = new Actions(getDriver()); actions.sendKeys(element,value).perform(); }