I have the following error:
Additional information: unknown error: Element ... is not clickable at point (542, 786). Other element would receive the click:
Any suggestions?
wait.Until(ExpectedConditions.InvisibilityOfElementLocated(By.ClassName("fa fa-refresh fa-3x fa-spin")));
wait.Until(ExpectedConditions.ElementToBeClickable(By.XPath("/html/body/div[4]/div/main/div/div/section/div/div[1]/div[2]/div/div[3]/div/a")));
IWebElement viewAllWc = driver.FindElement(By.XPath("/html/body/div[4]/div/main/div/div/section/div/div[1]/div[2]/div/div[3]/div/a"));
viewAllWc.Click();