auto_setTextToInputWithoutClear

public void auto_setTextToInputWithoutClear(WebElement element, String value) {
    this.auto_setClickElement(element);
    element.sendKeys(new CharSequence[]{value});
}
What are your feelings
Scroll al inicio