browser pop-up picture I am very new to Selenium and want to close this browser pop-up, I need to enter the chrome driver path, but couldn't figure out how to find the path. I am a mac user btw. I will appreciate your helps. Thank you!
ChromeOptions options = new ChromeOptions();
options.addArguments("--disable notifications");
System.setProperty("webdriver.chrome.driver", "HERE I NEED PATH FOR CH.DRIVER" );
WebDriver driver = new ChromeDriver(options);
driver.get("https://www.sephora.com/");