auto_setTextToInput

public void auto_setTextToInput(WebElement element, String value) {
    this.auto_setTapElement(element);
    element.clear();
    this.auto_setTextToInputWithoutClick(element, value);
}
What are your feelings
Scroll al inicio