Hi,
WebDriverWait Method is throwing below error message after configured guava 32.0.1-jre version. Can you please help me to fix this issue ?
Error Message : The type com.google.common.base.Function cannot be resolved. It is indirectly referenced from required .class files
WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(1));
wait.until(ExpectedConditions.elementToBeClickable(By.name("Login")));