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