import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Make_my_trip {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.chrome.driver", "F:\\Selenium\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("https://www.makemytrip.com/");
driver.manage().window().maximize();
driver.findElement(By.xpath("//input[@mt-id ='departDate']")).click();
driver.findElement(By.cssSelector("[class='ui-datepicker-calendar'] > tbody > tr:nth-child(5) > td:nth-child(3) > a"))
.click();
Error :Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: Element ... is not clickable at point (352, 560). Other element would receive the click: