Chomedriver “The driver is not executable”

后端 未结 5 1000
时光说笑
时光说笑 2021-01-18 03:08

I have my chromedriver and chromedriver.exe right in project folder. I\'m creating instance of driver with this code.

ChromeOptions options = new ChromeOptio         


        
5条回答
  •  无人共我
    2021-01-18 03:20

    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.

提交回复
热议问题