public String auto_getInputValue(By locator) { WebElement element = this.auto_getWebElement(locator); return this.auto_getInputValue(element); }