I am trying to click on travel coupon section in coupondunia website after searching for Paytm and am getting an error:-
Exception in thread "main" org.openqa.selenium.InvalidSelectorException: invalid selector: Compound class names not permitted
Can someone help? Thank you in advance.
This is the code I am using:
driver.get("https://www.coupondunia.in/");
driver.findElement(By.id("header-search-input")).sendKeys("Paytm",Keys.ENTER);
Thread.sleep(3000);
driver.findElement(By.className("fa fa-angle-right filter-icon filter-dropdown-category")).click();