I'm new to automation and trying to run my code but when I land on the page the first pop up appearing doesn't allow me to process as I'm not able to close this pop-up.
System.setProperty("webdriver.chrome.driver","C:\\Users\\chromedriver_win32\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("https://www.seleniumeasy.com/test/");
driver.findElement(By.xpath("//*[@id='at-cv-lightbox-close']")).click();