Hi. I'm a junior at Selenium webdriver, I need help with Fluent Wait because it does not work if I use xpath. I show you what I am doing.
wait.until(ExpectedConditions.presenceOfElementLocated(By.xpath('anywere')))
wait.until(ExpectedConditions.elementToBeClickable(By.xpath('anywere')));
Please I need to solve this problem, thanks in advance.