public void auto_setTextToInputWithoutClick(By locator, String value) { WebElement element = this.auto_getWebElement(locator); this.auto_setTextToInputWithoutClick(element, value); }