auto_setTextToInputActions

public void auto_setTextToInputActions(WebElement element, String value){
    Actions actions = new Actions(getDriver());
    actions.sendKeys(element,value).perform();
}
What are your feelings
Scroll al inicio