driver.wait(until.elementIsNotVisible(By.css(".popup-backdrop fade")), 15000);
Is there a way to wait for the ".popup-backdrop fade" overlay to disappear before proceeding with element click?
I am working with Selenium-webdriver using JavaScript, not Java, Python, or C#.