auto_setTextToInputRaw

public void auto_setTextToInputRaw(WebElement element, String text){
    element.sendKeys(text);
}
What are your feelings
Scroll al inicio