auto_setClickElementAndCheck

public void auto_setClickElementAndCheck(WebElement element){
    auto_getFluentWait().until(ExpectedConditions.elementToBeClickable(element));
    element.click();
}
What are your feelings
Scroll al inicio