i need help , how to fix this bug , " timed out waiting for driver server to start "
i have tried many ways like changing google version and jdk version from 7 to 18 , change browser like firefox , microsoft Edge, google . I'm feeling helpless , i just want open a tab with selenium library
this is my code :
System.setProperty("webdriver.chrome.silentOutput", "true");
System.setProperty("webdriver.chrome.driver", "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe");
WebDriver driver = new ChromeDriver(); // bug at here
driver.get("https://stackoverflow.com/");
what should i do to fix this ?