Hi, @Faha,
Chromedriver version should be shown in logs
Driver info: driver.version: unknown
Are you setting the correct path to chromedriver.exe? Verify it.
System.setProperty("webdriver.chrome.driver", "C:/PathToChromeDriver/chromedriver.exe");
Hope this helps!
Check out this manual testing online course to learn more!