I have my chromedriver and chromedriver.exe right in project folder. I\'m creating instance of driver with this code.
ChromeOptions options = new ChromeOptio
my driver files were in my eclipse project - resources folder. Funny thing - if you go to the driver and check the properties of chromedriver exe file. It did not have the execute permissions. set that and apply and close. I was good to go.