private WebElement auto_waitElementClickable(WebElement element){ return auto_getFluentWait().until(ExpectedConditions.elementToBeClickable(element)); }