auto_setTextToInputRaw

public void auto_setTextToInputRaw (String elementPath, String text, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    WebElement element = auto_getWebElement(locator);
    auto_setTextToInputRaw(element, text);
}
What are your feelings
Scroll al inicio