public void auto_setClickElementAndCheck(WebElement element){ auto_getFluentWait().until(ExpectedConditions.elementToBeClickable(element)); element.click(); }