public void auto_setTextToInput(String elementPath, String value, String ... elementValue) {
By locator = LocatorBuilder.getBy(elementPath, elementValue);
auto_setClickElement(elementPath, elementValue);
WebElement element = this.auto_getWebElement(locator);
this.auto_setTextToInput(element, value);
}
Popular Search autoautsettextttr