auto_setTextToInput

public void auto_setTextToInput(By locator, String value) {
    WebElement element = this.auto_getWebElement(locator);
    this.auto_setTextToInput(element, value);
}
What are your feelings
Scroll al inicio