auto_setTextToInputWithoutClear

public void auto_setTextToInputWithoutClear(String elementPath, String value, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    WebElement element = this.auto_getWebElement(locator);
    this.auto_setClickElement(element);
    this.auto_setTextToInputWithoutClear(element, value);
}
What are your feelings
Scroll al inicio