auto_setTextToInput

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