auto_setTextToInput

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