WebDriver driver = new ChromeDriver();
System.setProperty("webdriver.chrome.driver","C:\\Users\\HP\\Desktop\\Selenium\\Selenium\\driver\\chromedriver.exe");
driver.get("
https://www.facebook.com/");
chromedriver exe file is available in the mentioned path.
could anyone please help on this . thanks